Re: extension patch of CREATE OR REPLACE TRIGGER
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: "Osumi, Takamichi" <osumi.takamichi@jp.fujitsu.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Surafel Temesgen <surafel3000@gmail.com>
Date: 2019-03-05T09:18:50Z
Lists: pgsql-hackers
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. Regards, -- -David david@pgmasters.net
Commits
-
Provide the OR REPLACE option for CREATE TRIGGER.
- 92bf7e2d0274 14.0 landed