Re: how to call a stored function from another stored function? even possible?

From: David Johnston <polobo(at)yahoo(dot)com>
To: Java Services <jvsrvcs(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: how to call a stored function from another stored function? even possible?
Date: 2011-10-11 19:59:46
Message-ID: 051AE9CD-1C5C-40C1-A39C-B5285D3905E9@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Oct 11, 2011, at 15:54, Java Services <jvsrvcs(at)gmail(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message salah jubeh 2011-10-11 20:03:19 Re: libpq 8.3 and 8.4 interfaces
Previous Message Bruce Momjian 2011-10-11 19:55:56 Re: libpq 8.3 and 8.4 interfaces