On 2004-12-05, Jan Wieck <[EMAIL PROTECTED]> wrote:
> PostgreSQL does not have userland session variables. You would have to 
> write some custom set/get functions in a procedural language that is 
> capable of holding global data across function calls (like PL/Tcl).

You can fake session variables by using constant-returning functions
defined in the per-session temporary namespace.

-- 
Andrew, Supernews
http://www.supernews.com - individual and corporate NNTP services

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply via email to