Re: Poor-man's enumeration type

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: KeithW(at)narrowpathinc(dot)com
Cc: PostgreSQL Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Poor-man's enumeration type
Date: 2005-04-27 03:29:22
Message-ID: 17351.1114572562@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Keith Worthington" <keithw(at)narrowpathinc(dot)com> writes:
> I honestly tried to check on the SQL standard but I was unable to find a copy
> online. Can you suggest a location?

The actual gold-plated spec is only available for $$$, but you can find
essentially-final drafts for free. See the PG FAQ for links. (I prefer
the drafts, personally, because you can get 'em in plain searchable
ASCII rather than barely-better-than-dead-trees PDF.)

> [snip]
> Am I missing anything important?

Didn't see anything ;-)

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Keith Worthington 2005-04-27 13:16:09 Copy data from table to table
Previous Message Keith Worthington 2005-04-26 20:41:05 Re: Poor-man's enumeration type