Re: Global variables in plpgsql - Mailing list pgsql-hackers

From Christopher Browne
Subject Re: Global variables in plpgsql
Date
Msg-id [email protected]
Whole thread Raw
In response to Global variables in plpgsql  (Nick Raj <[email protected]>)
List pgsql-hackers
On Mon, Apr 11, 2011 at 7:33 AM, Nick Raj <[email protected]> wrote:
> Can anyone know how to define global variable in plpgsql?

I expect you should consult the manual page on the command CREATE
TABLE.  That's what would be the nearest SQL equivalent to a "global
variable."

http://www.postgresql.org/docs/9.0/static/sql-createtable.html
-- 
http://linuxfinances.info/info/postgresql.html


pgsql-hackers by date:

Previous
From: PostgreSQL - Hans-Jürgen Schönig
Date:
Subject: Re: workaround for expensive KNN?
Next
From: "john.cheng"
Date:
Subject: how to keep/lock/ hide pg_hba.conf ?