Re: [HACKERS] Is "CREATE DOMAIN" in 6.3 ?? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Is "CREATE DOMAIN" in 6.3 ??
Date
Msg-id 199803012119.QAA24563@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Is "CREATE DOMAIN" in 6.3 ??  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
> > The datatype employed is defined by domain which also
> > restricts the values to "YES" or "NO" or "RETIRED" or "DISABLED" or
> > NULL.
>
>     Oh, cool...so, essentially, you are creating an enumerated(?) type
> to be used in a table?
>
>     Bruce, can you add this onto the TODO list for v6.4?  This is
> something that we might be able to do now with triggers, no?  But, the
> CREATE DOMAIN is part of the spec... :)

Added.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] Is "CREATE DOMAIN" in 6.3 ??
Next
From: Tom I Helbekkmo
Date:
Subject: Re: [HACKERS] Is "CREATE DOMAIN" in 6.3 ??