CREATE TYPE

Поиск
Список
Период
Сортировка
От ivan
Тема CREATE TYPE
Дата
Msg-id Pine.LNX.4.56.0308161709380.23957@rex.anfa.pl
обсуждение исходный текст
Список pgsql-hackers
Can you add LIKE <parent table> TO CREATE TYPE too ?
There could be also CREATE TYPE ble AS ( LIKE <parent_table|other_type) );
and CREATE TABLE ble ( LIKE <some_type> ) , and each colmnu from compose
type will be add to table "ble" with static (NOT) NULL, and without
defaults.

what do you think ?


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: New function: epoch_to_timestamp...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: threading and FreeBSD