Re: How to define global variable in postgresql

From: Christopher Browne <cbbrowne(at)gmail(dot)com>
To: EazonGuo <eazonguo(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: How to define global variable in postgresql
Date: 2011-08-19 15:01:34
Message-ID: CAFNqd5XdvFw5BXjfoPLOK2-zw1CP2v1xf34gSTehY+-rBjDKow@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Aug 19, 2011 at 10:58 AM, EazonGuo <eazonguo(at)gmail(dot)com> wrote:
> Hello. How can we define a global variable in postgresql?

I believe CREATE TABLE is the usual mechanism to do this sort of thing.
--
When confronted by a difficult problem, solve it by reducing it to the
question, "How would the Lone Ranger handle this?"

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2011-08-19 15:22:38 Re: the big picture for index-only scans
Previous Message EazonGuo 2011-08-19 14:58:39 How to define global variable in postgresql