Re: extension patch of CREATE OR REPLACE TRIGGER

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "osumi.takamichi@fujitsu.com" <osumi.takamichi@fujitsu.com>
Cc: "'Dilip Kumar'" <dilipbalaut@gmail.com>, Peter Smith <smithpb2250@gmail.com>, "tsunakawa.takay@fujitsu.com" <tsunakawa.takay@fujitsu.com>, Michael Paquier <michael@paquier.xyz>, Thomas Munro <thomas.munro@gmail.com>, Surafel Temesgen <surafel3000@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-11-14T22:07:18Z
Lists: pgsql-hackers
"osumi.takamichi@fujitsu.com" <osumi.takamichi@fujitsu.com> writes:
> [ CREATE_OR_REPLACE_TRIGGER_v18.patch ]

Pushed with some mostly-minor cleanup.

(I know this has been a very long slog.  Congratulations for
seeing it through.)

			regards, tom lane



Commits

  1. Provide the OR REPLACE option for CREATE TRIGGER.