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: 'Michael Paquier' <michael@paquier.xyz>
Cc: 'Thomas Munro' <thomas.munro@gmail.com>, 'pgsql-hackers' <pgsql-hackers@postgresql.org>, 'Tom Lane' <tgl@sss.pgh.pa.us>, 'Surafel
Temesgen' <surafel3000@gmail.com>
Date: 2019-07-09T09:21:50Z
Lists: pgsql-hackers
Attachments
- CREATE_OR_REPLACE_TRIGGER_v02.patch (application/octet-stream) patch v2
Dear Michael san > > So, I'll fix this within a couple of weeks. > Please note that I have switched the patch as waiting on author. Thanks for your support. I've rebased the previous patch to be applied to the latest PostgreSQL without any failure of regression tests. Best, Takamichi Osumi
Commits
-
Provide the OR REPLACE option for CREATE TRIGGER.
- 92bf7e2d0274 14.0 landed