Re: Event Triggers reduced, v1 - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Event Triggers reduced, v1
Date
Msg-id CA+U5nMLKf5zmWiDFot2=XsiHDsnG4q9k+XpD3thXoUEQGGpQRQ@mail.gmail.com
Whole thread Raw
In response to Event Triggers reduced, v1  (Dimitri Fontaine <dfontaine@hi-media.com>)
List pgsql-hackers
On 15 June 2012 21:27, Dimitri Fontaine <dfontaine@hi-media.com> wrote:

> The goal for this first patch is to avoid semantics issues so that we
> can get something technically clean in, and have more time to talk
> semantics next times. The main discussion to avoid is deciding if we
> want to fire event triggers for CREATE SEQUENCE and CREATE INDEX in a
> command that just did implement a SERIAL PRIMARY KEY in a table.

So this patch triggers once per top level command, just with
information about the set of nested events?

I'm happy if we make sweeping initial points like "don't generate
events for sequences and indexes" in the first version. We can always
add more later.

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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Resource Owner reassign Locks
Next
From: Tom Lane
Date:
Subject: Re: libpq compression