Re: A simple way to Create type ...?

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: A simple way to Create type ...?
Дата
Msg-id 1063748843.26265.1.camel@jester
обсуждение исходный текст
Ответ на Re: A simple way to Create type ...?  (ow <oneway_111@yahoo.com>)
Ответы Re: A simple way to Create type ...?
Список pgsql-sql
> I guess, ideally it'd be
>   create type AddressType AS varchar(50) ;
> but it does not work.

Only one keyword off. SQL calls this a domain.

They're limited in 7.3, but much improved (not yet perfect) for 7.4.

http://www.postgresql.org/docs/7.3/interactive/sql-createdomain.html

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

Предыдущее
От: ow
Дата:
Сообщение: Re: A simple way to Create type ...?
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: A simple way to Create type ...?