Re: Add CREATE support to event triggers - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Add CREATE support to event triggers
Date
Msg-id CA+U5nMLewa-JRkc8jL=YkTh6vXHDK_dx_KCAi_RuW46Um1d2pQ@mail.gmail.com
Whole thread Raw
In response to Re: Add CREATE support to event triggers  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Add CREATE support to event triggers  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 8 January 2014 20:42, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:

> CREATE SCHEMA IF NOT EXISTS "some schema" AUTHORIZATION "some guy";

Hmm, given in 9.3 it was OK to have only DROP event triggers, I think
it should be equally acceptable to have just CREATE, but without every
option on CREATE.  CREATE SCHEMA is easily the most complex thing here
and would be the command/event to deprioritise if we had any issues
getting this done/agreeing something for 9.4.

-- Simon Riggs                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Pavel Golub
Date:
Subject: getenv used in libpq caused missing values under Windows
Next
From: Robert Haas
Date:
Subject: Re: Performance Improvement by reducing WAL for Update Operation