On Tue, Aug 12, 2003 at 07:00:35PM +0200, [EMAIL PROTECTED] 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


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to