Re: [ADMIN] session variable and/or global variable in plpgsql
[EMAIL PROTECTED] wrote: > Hi, > > Is it possible to set a custom session variable and/or global variable in > plpgsql ? No. You can create a temporary or non-temporary table and select from that. -- Bruce Momjian http://candle.pha.pa.us SRA OSS, Inc. http://www.sraoss.com + If you
[ADMIN] session variable and/or global variable in plpgsql
Hi, Is it possible to set a custom session variable and/or global variable in plpgsql ? Regards, ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq
