Re: Statement-level Triggers

From: Neil Conway <neilc(at)samurai(dot)com>
To: "wind(dot)claudio(at)inwind(dot)it" <wind(dot)claudio(at)inwind(dot)it>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Statement-level Triggers
Date: 2003-08-14 06:06:41
Message-ID: 20030814060641.GH76772@home.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Aug 12, 2003 at 07:00:35PM +0200, wind(dot)claudio(at)inwind(dot)it wrote:
> how far have you got with statement-level triggers development?

In PostgreSQL 7.3, statement-level triggers are not supported. In 7.4,
you can define statement-level triggers in C, PL/PgSQL, PL/Python, and
PL/Tcl. One piece of missing functionality is the ability to access
the set of changes made by the statement from within the trigger
function; that may be added for 7.5

-Neil

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2003-08-14 09:04:40 Re: UPDATED UnixWare Threads Patch.
Previous Message Bruce Momjian 2003-08-14 05:25:48 Re: UPDATED UnixWare Threads Patch.