Re: DDL Triggers

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: DDL Triggers
Date: 2012-02-15 16:33:51
Message-ID: 4F3BDE6F.7050006@pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 02/15/2012 08:25 AM, Bob Pawley wrote:
> Could someone point me to documentation regarding DDL triggers in
> Postgresql?
> Bob

No, because PostgreSQL does not have them (basically triggers on system
tables). There is a sparse wiki page to discuss the issue at
http://wiki.postgresql.org/wiki/DDL_Triggers and you can find plenty of
discussions of the issue in the mailing list archives.

Cheers,
Steve

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2012-02-15 16:36:18 Re: DDL Triggers
Previous Message Bob Pawley 2012-02-15 16:25:32 DDL Triggers