RE: extension patch of CREATE OR REPLACE TRIGGER

Osumi, Takamichi <osumi.takamichi@jp.fujitsu.com>

From: "Osumi, Takamichi" <osumi.takamichi@jp.fujitsu.com>
To: 'David Rowley' <david.rowley@2ndquadrant.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-03-01T02:59:48Z
Lists: pgsql-hackers
> I've made a patch to add CREATE OR REPLACE TRIGGER with some basic tests in triggers.sql.

>> I see there are two patch entries in the commitfest for this.  Is that a
>> mistake? If so can you "Withdraw" one of them?

Oh my bad. Sorry, this time was my first time to register my patch !
Please withdraw the old one, "extension patch to add OR REPLACE clause to CREATE TRIGGER".
My latest version is "extension patch of CREATE OR REPLACE TRIGGER".

Thanks ! 
-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


Commits

  1. Provide the OR REPLACE option for CREATE TRIGGER.