Re: create or replace trigger?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David Parker" <dparker(at)tazznetworks(dot)com>
Cc: "postgres general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: create or replace trigger?
Date: 2005-03-27 06:49:31
Message-ID: 3016.1111906171@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"David Parker" <dparker(at)tazznetworks(dot)com> writes:
> Is there a technical reason that the "or replace" syntax isn't supported
> for CREATE TRIGGER?

Lack of round tuits.

Does it seem like a high priority to you? I'd think that changes in the
trigger function (which you *can* do with CREATE OR REPLACE) would be
much more common than alterations in the trigger parameters per se.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Guy Rouillier 2005-03-27 06:54:28 Debugging deadlocks
Previous Message Oleg Bartunov 2005-03-27 06:43:15 Re: psql variables