Re: Global constants - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Global constants
Date
Msg-id Pine.LNX.4.30.0109210132390.684-100000@peter.localdomain
Whole thread Raw
In response to Global constants  ("Mihai Gheorghiu" <tanethq@earthlink.net>)
List pgsql-general
Mihai Gheorghiu writes:

> Can there be anything like global constants in PG?

CREATE TABLE my_constant ( val integer );
INSERT INTO my_constant VALUES ( 1024 );

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


pgsql-general by date:

Previous
From: Denis Perchine
Date:
Subject: Re: Recreating indices safely
Next
From: Keary Suska
Date:
Subject: Re: Global constants