Re: Typed tables

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Typed tables
Дата
Msg-id 1257454227.11856.25.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: Typed tables  (James Pye <lists@jwp.name>)
Ответы Re: Typed tables
Список pgsql-hackers
On tor, 2009-11-05 at 11:41 -0700, James Pye wrote:
> Any plans to allow the specification of multiple types to define the  
> table?
> 
>    "CREATE TABLE employee OF employee_data_type, persons_data_type;"

Not really, but it does open up interesting possibilities, if we just
allow composite types to participate in inheritance relationships.
Think abstract base class.  That's pretty much the idea.  Come to think
of it, that's how the SQL standard defined inheritance.  Sounds
interesting.  And might actually be simpler to implement.



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Typed tables
Следующее
От: Tom Lane
Дата:
Сообщение: Why do OLD and NEW have special internal names?