Re: ALTER TABLE DDL Triggers?

From: "Richard Broersma" <richard(dot)broersma(at)gmail(dot)com>
To: "Chris Browne" <cbbrowne(at)acm(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ALTER TABLE DDL Triggers?
Date: 2008-04-16 22:39:22
Message-ID: 396486430804161539u78c06d75xd147839725c1de3a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Apr 16, 2008 at 2:49 PM, Chris Browne <cbbrowne(at)acm(dot)org> wrote:
> richard(dot)broersma(at)gmail(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Greg Smith 2008-04-16 22:54:53 Re: Master-master replication with PostgreSQL
Previous Message Chris Browne 2008-04-16 21:49:39 Re: ALTER TABLE DDL Triggers?