CREATE OR REPLACE TRIGGER not supported?

From: Satoshi Nagayasu <nagayasus(at)nttdata(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: CREATE OR REPLACE TRIGGER not supported?
Date: 2004-09-13 00:52:10
Message-ID: 4144EF3A.6030707@nttdata.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello all,

A few days ago, I found that "CREATE OR REPLACE TRIGGER"
is not allowed on 7.4.2. However, functions and rules allow
"CREATE OR REPLACE" statement.

Is threre any reason not to support "CREATE OR REPLACE"
only for triggers?

Thanks.
--
NAGAYASU Satoshi <nagayasus(at)nttdata(dot)co(dot)jp>
OpenSource Development Center,
NTT DATA Corp. http://www.nttdata.co.jp/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message John Hansen 2004-09-13 01:11:51 Re: CREATE OR REPLACE TRIGGER not supported?
Previous Message Bruce Momjian 2004-09-13 00:41:48 Re: pgindent vs try/catch