Re: why no create variable

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: why no create variable
Date: 2012-03-18 04:57:37
Message-ID: jk3q01$g95$3@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2012-03-08, <mgould(at)isstrucksoftware(dot)net> <mgould(at)isstrucksoftware(dot)net> 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 the
> application.

create a table.

--
⚂⚃ 100% natural

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alexander LAW 2012-03-18 09:04:51 Re: BUG #6510: A simple prompt is displayed using wrong charset
Previous Message Scott Marlowe 2012-03-18 03:21:46 Re: dropping an index inside a transaction