More on trigger inheritance - Mailing list pgsql-sql

From Martin Jackson
Subject More on trigger inheritance
Date
Msg-id 37A4D752.7A9832BD@nwa.quik.com
Whole thread Raw
List 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 by date:

Previous
From: Martin Jackson
Date:
Subject: Some questions about inheritance
Next
From: maxsbox
Date:
Subject: Using dates