Re: plpgsql parameters

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: plpgsql parameters
Дата
Msg-id 43E20A01.6090601@archonet.com
обсуждение исходный текст
Ответ на plpgsql parameters  ("FERREIRA, William (VALTECH)" <william.ferreira@airbus.com>)
Список pgsql-general
FERREIRA, William (VALTECH) wrote:
> Hi,
>
> i have a recursive function building a xml file, from differents
> table. the xml is stored in memory and then flush on disk. the xml
> text is used in each recursive calls and i would like to know if in
> plpqsql parameters are passed by reference,

I don't believe so.

 > or if there is a key word
> for passing parameters by reference.

No.

Some of the other procedural languages allow you to have a "global" (to
the connection) data space. That might be useful in your case.

--
   Richard Huxton
   Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: Silas Justiniano
Дата:
Сообщение: Re: Indexes again
Следующее
От: Berend Tober
Дата:
Сообщение: Re: NULL values and string