Re: Calling functions from within pl/pgsql

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: Calling functions from within pl/pgsql
Дата
Msg-id 162867790712040459s6ee86399h5dac46cc20d95e9f@mail.gmail.com
обсуждение исходный текст
Ответ на Calling functions from within pl/pgsql  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Ответы Re: Calling functions from within pl/pgsql
Список 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 по дате отправления:

Предыдущее
От: Achilleas Mantzios
Дата:
Сообщение: Calling functions from within pl/pgsql
Следующее
От: Achilleas Mantzios
Дата:
Сообщение: Re: Calling functions from within pl/pgsql