Re: [PATCHES] Truncate Triggers

2008-03-27 Thread Tom Lane
Simon Riggs <[EMAIL PROTECTED]> writes: > Full implementation of truncate triggers on CVS HEAD, for Postgres 8.4 Applied with minor revisions. regards, tom lane -- Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org) To make changes to your subscription: ht

[PATCHES] Truncate Triggers

2008-01-30 Thread Simon Riggs
Full implementation of truncate triggers on CVS HEAD, for Postgres 8.4 Includes various docs, regression tests for PL/pgSQL trigger support, psql and pg_dump support. Some further discussion on -hackers required around statement skipping. Prototype code for that aspect included in this patch, #if