Re: unique across two tables

Поиск
Список
Период
Сортировка
От David Johnston
Тема Re: unique across two tables
Дата
Msg-id 026301cc30f9$b341ddd0$19c59970$@yahoo.com
обсуждение исходный текст
Ответ на Re: unique across two tables  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: unique across two tables
Re: unique across two tables
Список pgsql-general
> yeah -- postgresql table inheritance [...] underpins the table inheritance
feature [...]

Thank you Master of the Obvious  ;)

I do think you meant to say it underpins the "Table Partitioning Feature"
which, through the use of INSERT triggers to at least propagate the inserts
to the proper tables, it indeed does.

The only (obvious to me) way to really solve the problem - invisibly - is to
allow for table-less unique indexes that multiple tables can share and that
have a pointer to the "source" table for any particular entry in the index.
The other method being discussed effectively uses a physical table to
implement this behavior.

David J.



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

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: building 9.1 on suse-11.4 (64bit)
Следующее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: data compression in protocol?