Is "CREATE DOMAIN" in 6.3 ?? - Mailing list pgsql-hackers

From al dev
Subject Is "CREATE DOMAIN" in 6.3 ??
Date
Msg-id 19980228165748.29306.rocketmail@send1b.yahoomail.com
Whole thread Raw
Responses Re: [HACKERS] Is "CREATE DOMAIN" in 6.3 ??  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
Hi:
Is create domain command implemented in 6.3??
I am trying to use
  create domain employed as char(10)
  check (
value = "YES" or
value = "NO" or
value = "RETIRED" or
value = "DISABLED" or
value is NULL
);
in SQL scripts but is failing in 6.2.1 postgresql.

I can find work around BUT there are tons of create domains in my SQL
scripts and will be very tedious.
By the way, create domain is in defined in SQL 92
see this chapter 42 in
http://sunsite.unc.edu/LDP/HOWTO/Database-HOWTO.html

al
"This world is wasting billions of dollars and millions manhours
re-inventing the TECHNOLOGY WHEELS!!"
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


pgsql-hackers by date:

Previous
From: Edmund Mergl
Date:
Subject: Re: [HACKERS] Little problem with perl5 interface
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] Coasting to 6.3 release