More on trigger inheritance

Поиск
Список
Период
Сортировка
От Martin Jackson
Тема More on trigger inheritance
Дата
Msg-id 37A4D752.7A9832BD@nwa.quik.com
обсуждение исходный текст
Список pgsql-sql
I'm not an expert on this, but here's my best guess:

Triggers don't get inherited between tables because a trigger has to be
associated with a specific table.  CREATE TRIGGER does not accept the
table* syntax normall associated with globbing or specificying
subclasses.  Thus, there is no way for a trigger to be inherited.

Question:  How difficult would it be for this to be added?

-- 
Martin Jackson: mhjacks@nwa.quik.com
====================================
My Other Computer is Also a Linux Box


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

Предыдущее
От: Martin Jackson
Дата:
Сообщение: Some questions about inheritance
Следующее
От: maxsbox
Дата:
Сообщение: Using dates