Re: how to call a stored function from another stored function? even possible? - Mailing list pgsql-general

From David Johnston
Subject Re: how to call a stored function from another stored function? even possible?
Date
Msg-id 051AE9CD-1C5C-40C1-A39C-B5285D3905E9@yahoo.com
Whole thread Raw
In response to how to call a stored function from another stored function? even possible?  (Java Services <jvsrvcs@gmail.com>)
List pgsql-general

On Oct 11, 2011, at 15:54, Java Services <jvsrvcs@gmail.com> wrote:

> I have a stored functionA that returns void
>
> Inside there I have a line that says:
>    select functionB();
>
> and it gives this error.
>
> ERROR:  query has no destination for result data
> HINT:  If you want to discard the results of a SELECT, use PERFORM instead.
> CONTEXT:  PL/pgSQL function "functionA" line 13 at SQL statement
>
> ********** Error **********
>
>
> any ideas?

If you want to discard the results of a SELECT, use PERFORM instead.

See 39.5.2

David J.

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: libpq 8.3 and 8.4 interfaces
Next
From: salah jubeh
Date:
Subject: Re: libpq 8.3 and 8.4 interfaces