Type Inheritance

Поиск
Список
Период
Сортировка
От Andrew Thorley
Тема Type Inheritance
Дата
Msg-id 20041125214720.8751D23EE65@ws5-4.us4.outblaze.com
обсуждение исходный текст
Ответы Re: Type Inheritance
Список pgsql-sql
Does anyone know how to implement type inheritance in postgresql? in oracle you just use the word UNDER in ur code i.e:

CREATE TYPE test2_UDT UNDER test1_UDT AS (abc INT);

any ideas?

--
______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.


Powered by Outblaze


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PG7.4.5: query not using index on date column
Следующее
От: Jaime Casanova
Дата:
Сообщение: select with a function