Re: Calling functions from within pl/pgsql - Mailing list pgsql-sql

From Pavel Stehule
Subject Re: Calling functions from within pl/pgsql
Date
Msg-id 162867790712040459s6ee86399h5dac46cc20d95e9f@mail.gmail.com
Whole thread Raw
In response to Calling functions from within pl/pgsql  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Responses Re: Calling functions from within pl/pgsql
List pgsql-sql
On 04/12/2007, Achilleas Mantzios <achill@matrix.gatewaynet.com> wrote:
> I noticed that in pl/pgsql simply
> result := funcname(func,args,...);
> just works.
> Should i rely on it or take it as a coincidence? :)

You found assignment :). Sure, you can use it.
http://www.postgresql.org/docs/8.2/interactive/plpgsql-statements.html#PLPGSQL-STATEMENTS-ASSIGNMENT

Regards
Pavel Stehule

> --
> Achilleas Mantzios
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>


pgsql-sql by date:

Previous
From: Achilleas Mantzios
Date:
Subject: Calling functions from within pl/pgsql
Next
From: Achilleas Mantzios
Date:
Subject: Re: Calling functions from within pl/pgsql