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

From Christopher Browne
Subject Re: Global variables in plpgsql
Date
Msg-id BANLkTi=kUS8rinEkU-q4ZQXyNEkSxWbRqw@mail.gmail.com
Whole thread Raw
In response to Global variables in plpgsql  (Nick Raj <nickrajjain@gmail.com>)
List pgsql-hackers
On Mon, Apr 11, 2011 at 7:33 AM, Nick Raj <nickrajjain@gmail.com> 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 ?