Re: ALTER TABLE DDL Triggers? - Mailing list pgsql-general

From Richard Broersma
Subject Re: ALTER TABLE DDL Triggers?
Date
Msg-id 396486430804161539u78c06d75xd147839725c1de3a@mail.gmail.com
Whole thread Raw
In response to Re: ALTER TABLE DDL Triggers?  (Chris Browne <cbbrowne@acm.org>)
List pgsql-general
On Wed, Apr 16, 2008 at 2:49 PM, Chris Browne <cbbrowne@acm.org> wrote:
> richard.broersma@gmail.com ("Richard Broersma") writes:
> > I don't believe that DDL Triggers exist, correct?
>
> That is correct.[1]
>
> The usual point is that you cannot attach triggers to pg_catalog
> tables, which would be the "obvious" way of trying to notice DDL
> changes.  (e.g. - by having triggers that would fire when pg_class or
> pg_attribute are changed)

Thanks for taking the time to explain the situation.
--
Regards,
Richard Broersma Jr.

pgsql-general by date:

Previous
From: Chris Browne
Date:
Subject: Re: ALTER TABLE DDL Triggers?
Next
From: Greg Smith
Date:
Subject: Re: Master-master replication with PostgreSQL