Re: CREATE OR REPLACE TRIGGER - Mailing list pgsql-patches

From Tom Lane
Subject Re: CREATE OR REPLACE TRIGGER
Date
Msg-id 12915.1029078076@sss.pgh.pa.us
Whole thread Raw
In response to CREATE OR REPLACE TRIGGER  (Gavin Sherry <swm@linuxworld.com.au>)
Responses Re: CREATE OR REPLACE TRIGGER  (Gavin Sherry <swm@linuxworld.com.au>)
List pgsql-patches
Gavin Sherry <swm@linuxworld.com.au> writes:
> Attached is a basic patch implementing create or replace trigger.

Why would we need that, given that we now have CREATE OR REPLACE
FUNCTION?  It's not like anything could depend on a trigger
(other than FK constraints, and I don't think I want people replacing
trigger definitions that are part of an FK constraint...)

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: stand-alone composite types patch (was [HACKERS] Proposal:
Next
From: Joe Conway
Date:
Subject: Re: stand-alone composite types patch (was [HACKERS] Proposal: