Re: [GENERAL] user variables in session

2010-03-22 Thread Merlin Moncure
On Mon, Mar 22, 2010 at 11:55 AM, Igor Shevchenko wrote: > Hi All, > > I wasn't able to find any functions which would allow me to save/fetch/remove > user variables local to pgsql session, e.g. - > > 1. select setvar('user variable name', 'user value'); > 2. select getvar('user variable name'); >

[GENERAL] user variables in session

2010-03-22 Thread Igor Shevchenko
Hi All, I wasn't able to find any functions which would allow me to save/fetch/remove user variables local to pgsql session, e.g. - 1. select setvar('user variable name', 'user value'); 2. select getvar('user variable name'); 3. select delvar('user variable name'); Is there any way to do this