Re: CREATE OR REPLACE TRIGGER

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: CREATE OR REPLACE TRIGGER
Date: 2002-08-11 16:00:55
Message-ID: Pine.LNX.4.21.0208120159580.15845-100000@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Sun, 11 Aug 2002, Tom Lane wrote:

> Gavin Sherry <swm(at)linuxworld(dot)com(dot)au> writes:
> > From memory, I think some of the pgadmin guys jumped up and down about it
> > for a while: http://fts.postgresql.org/db/mw/msg.html?mid=1353289.
>
> Hmm. I remember Poure asking repeatedly for CREATE OR REPLACE VIEW,
> and that makes a lot of sense to me, because other things *can* depend
> on a view. (Unfortunately, by the same token it's a lot harder to do.)

I know. I am finishing off the patch now.

> The use-case for replacing a trigger is not visible to the naked eye.

That's okay then. I should have thought about it harder.

Gavin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Clift 2002-08-11 16:26:56 Re: [SECURITY] DoS attack on backend possible (was: Re:
Previous Message Tom Lane 2002-08-11 15:53:47 Re: CREATE OR REPLACE TRIGGER

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2002-08-11 17:15:43 Re: [GENERAL] workaround for lack of REPLACE() function
Previous Message Tom Lane 2002-08-11 15:53:47 Re: CREATE OR REPLACE TRIGGER