More on trigger inheritance

From: Martin Jackson <mhjacks(at)nwa(dot)quik(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: More on trigger inheritance
Date: 1999-08-01 23:25:06
Message-ID: 37A4D752.7A9832BD@nwa.quik.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)nwa(dot)quik(dot)com
====================================
My Other Computer is Also a Linux Box

Browse pgsql-sql by date

  From Date Subject
Next Message maxsbox 1999-08-02 08:01:35 Using dates
Previous Message Martin Jackson 1999-08-01 22:19:43 Some questions about inheritance