Re: extension patch of CREATE OR REPLACE TRIGGER
David Rowley <david.rowley@2ndquadrant.com>
From: David Rowley <david.rowley@2ndquadrant.com>
To: "Osumi, Takamichi" <osumi.takamichi@jp.fujitsu.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>,
Tom Lane <tgl@sss.pgh.pa.us>, Surafel Temesgen <surafel3000@gmail.com>
Date: 2019-02-28T11:26:42Z
Lists: pgsql-hackers
On Thu, 28 Feb 2019 at 21:44, Osumi, Takamichi <osumi.takamichi@jp.fujitsu.com> wrote: > I've made a patch to add CREATE OR REPLACE TRIGGER with some basic tests in triggers.sql. Hi, I see there are two patch entries in the commitfest for this. Is that a mistake? If so can you "Withdraw" one of them? -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Provide the OR REPLACE option for CREATE TRIGGER.
- 92bf7e2d0274 14.0 landed