Re: plpgsql parameters - Mailing list pgsql-general

From Richard Huxton
Subject Re: plpgsql parameters
Date
Msg-id 43E20A01.6090601@archonet.com
Whole thread Raw
In response to plpgsql parameters  ("FERREIRA, William (VALTECH)" <william.ferreira@airbus.com>)
List 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 by date:

Previous
From: Silas Justiniano
Date:
Subject: Re: Indexes again
Next
From: Berend Tober
Date:
Subject: Re: NULL values and string