Re: extension patch of CREATE OR REPLACE TRIGGER

Thomas Munro <thomas.munro@gmail.com>

From: Thomas Munro <thomas.munro@gmail.com>
To: David Steele <david@pgmasters.net>
Cc: "Osumi, Takamichi" <osumi.takamichi@jp.fujitsu.com>, pgsql-hackers <pgsql-hackers@postgresql.org>, Tom Lane <tgl@sss.pgh.pa.us>, Surafel Temesgen <surafel3000@gmail.com>
Date: 2019-07-01T11:57:42Z
Lists: pgsql-hackers
On Tue, Mar 5, 2019 at 10:19 PM David Steele <david@pgmasters.net> wrote:
> On 2/28/19 10:43 AM, Osumi, Takamichi wrote:
> > One past thread about introducing CREATE OR REPLACE TRIGGER into the syntax
> >
> > had stopped without complete discussion in terms of LOCK level.
> >
> > The past thread is this. I'd like to inherit this one.
>
> Since this patch landed at the last moment in the last commitfest for
> PG12 I have marked it as targeting PG13.

Hello Osumi-san,

The July Commitfest is now beginning.  To give the patch the best
chance of attracting reviewers, could you please post a rebased
version?  The last version doesn't apply.

Thanks,

-- 
Thomas Munro
https://enterprisedb.com



Commits

  1. Provide the OR REPLACE option for CREATE TRIGGER.