Re: Partitioning and Foreign Keys

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: Partitioning and Foreign Keys
Дата
Msg-id AB566F36-24DC-4A53-9D3E-F5893BC33C25@khera.org
обсуждение исходный текст
Ответ на Partitioning and Foreign Keys  (Volkan YAZICI <yazicivo@ttnet.net.tr>)
Список pgsql-sql
On Nov 4, 2007, at 12:57 PM, Volkan YAZICI wrote:

> major bottleneck. I planned to partition this table, but I learnt that
> PostgreSQL doesn't allow referencing views. Does anybody have any
> suggestions?
>

I can envision writing your own custom trigger instead of using the  
stock FK trigger that knows which sub-table to check for the FK  
reference.   Then add that as an insert/update trigger on your  
referencing table.

I will be investigating this approach in the next few months; right  
now I don't have need for this particular case.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: EPOCH TIMESTAMP Conversion Problem
Следующее
От: "Oliveiros Cristina"
Дата:
Сообщение: Obtaining the primary key of the record just inserted