> > 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(at)candle(dot)pha(dot)pa(dot)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)
In response to
pgsql-hackers by date
| Next: | From: Bruce Momjian | Date: 1998-03-01 21:23:32 |
| Subject: Look at pgsql/doc/postgres.tar.gz |
| Previous: | From: Tom I Helbekkmo | Date: 1998-03-01 21:10:38 |
| Subject: Re: [HACKERS] Is "CREATE DOMAIN" in 6.3 ?? |