Re: ENUM like data type

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ENUM like data type
Дата
Msg-id 29905.1120085759@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ENUM like data type  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: ENUM like data type
Список pgsql-sql
Peter Eisentraut <peter_e@gmx.net> writes:
> Rod Taylor wrote:
>> Indeed. A CHECK constraint on a DOMAIN is an ENUM plus some.

> Not really.  A domain doesn't create a new type.  If you base your enum 
> domains on the text type, as would usually be the case, then nothing 
> stops you from using, say, text concatenation operators and the like.  
> I suppose in practice this won't matter too much, but it can't be 
> called a clean design.  What you'd really need is a way to create a 
> distinct type.  SQL has a feature for that, but PostgreSQL hasn't 
> implemented it.

It's not that hard to make your own type using the builtin textin and
textout functions, and then add just the functions you wish to provide.
        regards, tom lane


В списке pgsql-sql по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: ENUM like data type
Следующее
От: "Fred Cunningham"
Дата:
Сообщение: Error saving image to PostgresSQL 8.x database