CREATE OR REPLACE TRIGGER

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: pgsql-patches(at)postgresql(dot)org
Subject: CREATE OR REPLACE TRIGGER
Date: 2002-08-11 09:06:50
Message-ID: Pine.LNX.4.21.0208111905360.3901-102000@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Attached is a basic patch implementing create or replace trigger. It
passes all regression tests.

Gavin

Attachment Content-Type Size
rt.diff.gz application/x-gzip 3.7 KB
rt_doc.diff.gz application/x-gzip 716 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-08-11 09:31:03 Re: pg_stat_reset() weirdness
Previous Message Bruce Momjian 2002-08-11 05:14:48 Re: Another python patch -- minor

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-08-11 14:44:17 Re: stand-alone composite types patch (was [HACKERS] Proposal:
Previous Message Bruce Momjian 2002-08-11 05:11:17 Re: little psql additions