Re: triggered_change_notification v3 - Mailing list pgsql-hackers

From Robert Haas
Subject Re: triggered_change_notification v3
Date
Msg-id CA+TgmoY6t1vKLzSHn7Ls8VzmYJTdG8Axq2-EhUW002uXWK1GtA@mail.gmail.com
Whole thread Raw
In response to triggered_change_notification v3  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
On Sun, Jan 15, 2012 at 11:05 PM, Kevin Grittner
<Kevin.Grittner@wicourts.gov> wrote:
> Attached is a version of a previously posted patch which has been
> modified based on on-list feedback from Álvaro.
>
> This is a generalized trigger function which can be used as an AFTER
> EACH ROW trigger on any table which has a primary key, and will send
> notifications of operations for which the trigger is attached, with a
> payload indicating the table, the operation, and the primary key. A
> channel can be specified in the CREATE TRIGGER command, but will
> default to "tcn" if omitted.

Nice work, Kevin.  I've committed this.

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


pgsql-hackers by date:

Previous
From: Steve Singer
Date:
Subject: Re: Online base backup from the hot-standby
Next
From: Greg Smith
Date:
Subject: Re: Vacuum rate limit in KBps