Is "CREATE DOMAIN" in 6.3 ??

Поиск
Список
Период
Сортировка
От al dev
Тема Is "CREATE DOMAIN" in 6.3 ??
Дата
Msg-id 19980228165748.29306.rocketmail@send1b.yahoomail.com
обсуждение исходный текст
Ответы Re: [HACKERS] Is "CREATE DOMAIN" in 6.3 ??
Список 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 по дате отправления:

Предыдущее
От: Edmund Mergl
Дата:
Сообщение: Re: [HACKERS] Little problem with perl5 interface
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] Coasting to 6.3 release