inherting triggers

Поиск
Список
Период
Сортировка
От Joseph S
Тема inherting triggers
Дата
Msg-id f88qet$1210$1@news.hub.org
обсуждение исходный текст
Список pgsql-general
I am planning on segmenting one of my large tables into many child
tables using "CREATE TABLE ... INHERITS (parent)", but I want all the
triggers on my parent table to also fire on UPDATE/INSERT/DELETE on my
child table.  As far as I can tell, there is no way to do this with the
CREATE TABLE command.  Can I just duplicate the rows in pg_trigger but
change the tgrelid to the new child?

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

Предыдущее
От: "Dann Corbit"
Дата:
Сообщение: Re: using Tsearch2 for chemical text
Следующее
От: Joseph S
Дата:
Сообщение: Re: upgrade to 8.2.? or implement Slony, which first?