Re: [GENERAL] why no create variable

2012-03-18 Thread Chris Angelico
On Sun, Mar 18, 2012 at 11:26 PM, wrote: > > Getting the information from a table works.  I now have a sessionsettings > table, but I'm making way to many calls to it because there is no global pool > of variable.  Not IMO an efficient use of a table. Chances are that table, if you are indeed u

Re: [GENERAL] why no create variable

2012-03-18 Thread mgould
<<< text/html; charset="utf-8": Unrecognized >>> <>

Re: [GENERAL] why no create variable

2012-03-17 Thread Jasen Betts
On 2012-03-08, wrote: > There seems to be CREATE everything in Postgres but it would be really > nice to have a CREATE VARIABLE which would allow us to create global > variables. I know there are other techniques but this would be the > easiest when doing a init routine when a user logs in to t

[GENERAL] why no create variable

2012-03-08 Thread mgould
There seems to be CREATE everything in Postgres but it would be really nice to have a CREATE VARIABLE which would allow us to create global variables. I know there are other techniques but this would be the easiest when doing a init routine when a user logs in to the application. Best Regards M