Re: Proposal: First step towards Intelligent, integrateddatabase

Поиск
Список
Период
Сортировка
ghatpande@vsnl.net writes:
> Create domain is only useful for abstracting common constraints on fields into single location for maintenance. It
maynot be useful to link tables.
 

It's still unclear what this does that you don't get from inheritance,
typed tables, use of a table's rowtype as a field type, or CREATE TABLE
LIKE.  This isn't exactly virgin territory.
        regards, tom lane


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

Предыдущее
От: Rob Wultsch
Дата:
Сообщение: Re: DELETE with LIMIT (or my first hack)
Следующее
От: Yeb Havinga
Дата:
Сообщение: Re: FK's to refer to rows in inheritance child