trigger inheritance on inherited tables ?

Поиск
Список
Период
Сортировка
От Darko Prenosil
Тема trigger inheritance on inherited tables ?
Дата
Msg-id 200406101529.58187.darko.prenosil@finteh.hr
обсуждение исходный текст
Список pgsql-hackers
I am using table inheritance and it simplifies things for me a lot, but there 
is one thing that is missing: trigger inheritance (I do not mean constraint 
triggers).

So far I wrote function that copy all non-constraint triggers from parent to 
child table,  but I must call that function on all child tables whenever I 
change something in the parent (and there are more than few).
Any idea how to simplify this ?

Regards !


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: ecpg fixes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: simple_heap_update: tuple concurrently updated -- during INSERT