Re: extension patch of CREATE OR REPLACE TRIGGER
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: "osumi.takamichi@fujitsu.com" <osumi.takamichi@fujitsu.com>
Cc: 'Surafel Temesgen' <surafel3000@gmail.com>, Michael Paquier <michael@paquier.xyz>, Thomas Munro <thomas.munro@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-09-03T17:11:41Z
Lists: pgsql-hackers
On 2019-Jul-22, osumi.takamichi@fujitsu.com wrote: > Dear Surafel > > Thank you for your check of my patch. > I’ve made the version 03 to > fix what you mentioned about my patch. > > I corrected my wrong bracing styles and > also reduced the amount of my regression test. > Off course, I erased unnecessary > white spaces and the C++ style comment. A new version of this patch, handling Tom's comments, would be appreciated. Besides, per CFbot this patch applies no longer. Thanks -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Provide the OR REPLACE option for CREATE TRIGGER.
- 92bf7e2d0274 14.0 landed