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

From Robert Haas
Subject Re: Add CREATE support to event triggers
Date
Msg-id CA+TgmoZ0DU6+JvKcKkq8tK1BD+51vtTec6x_HwMerRc2Zck26g@mail.gmail.com
Whole thread Raw
In response to Re: Add CREATE support to event triggers  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Add CREATE support to event triggers  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
On Fri, Jan 10, 2014 at 10:36 AM, Simon Riggs <simon@2ndquadrant.com> wrote:
> 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.

I don't know that I agree with that, but I guess we can cross that
bridge when we come to it.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Add CREATE support to event triggers
Next
From: Simon Riggs
Date:
Subject: Re: Add CREATE support to event triggers