RE: extension patch of CREATE OR REPLACE TRIGGER
Takamichi Osumi (Fujitsu) <osumi.takamichi@fujitsu.com>
From: "osumi.takamichi@fujitsu.com" <osumi.takamichi@fujitsu.com>
To: 'Peter Smith' <smithpb2250@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Michael Paquier <michael@paquier.xyz>, Thomas Munro <thomas.munro@gmail.com>, Surafel Temesgen <surafel3000@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-08-24T11:33:31Z
Lists: pgsql-hackers
Attachments
- CREATE_OR_REPLACE_TRIGGER_v07.patch (application/octet-stream) patch v7
Hi, Thanks, Peter. > FYI - The latest patch (v06) has conflicts when applied. I've fixed my v06 and created v07. Also, I added one test to throw an error to avoid a situation that trigger which has pending events are replaced by any other trigger in the same session. Best, Takamichi Osumi
Commits
-
Provide the OR REPLACE option for CREATE TRIGGER.
- 92bf7e2d0274 14.0 landed