Re: Statement-level Triggers - Mailing list pgsql-hackers

From Neil Conway
Subject Re: Statement-level Triggers
Date
Msg-id 20030814060641.GH76772@home.samurai.com
Whole thread Raw
In response to Statement-level Triggers  ("wind.claudio@inwind.it" <wind.claudio@inwind.it>)
List pgsql-hackers
On Tue, Aug 12, 2003 at 07:00:35PM +0200, wind.claudio@inwind.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



pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: test
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] 7.4 beta 1: SET log_statement=false