Re: Calling void functions

From: "Daniel Caune" <daniel(dot)caune(at)ubisoft(dot)com>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Calling void functions
Date: 2007-04-02 12:52:09
Message-ID: 1E293D3FF63A3740B10AD5AAD88535D204A8C36B@UBIMAIL1.ubisoft.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> I'm informed that the last statement of a function that returns void
> cannot be
> a SELECT. How else is one supposed to call another function which
also
> returns void?
>

PERFORM

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message A. Kretschmer 2007-04-02 13:31:50 Re: Calling void functions
Previous Message Peter Eisentraut 2007-04-02 08:02:26 Calling void functions