Re: Event Triggers: adding information
Dimitri Fontaine <dimitri@2ndquadrant.fr>
From: Dimitri Fontaine <dimitri@2ndQuadrant.fr>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2013-01-22T12:29:26Z
Lists: pgsql-hackers
Attachments
- event_trigger_harness.v1.patch (text/x-patch) patch v1
Dimitri Fontaine <dimitri@2ndQuadrant.fr> writes: > I added some in the attached patch. > > doc/src/sgml/event-trigger.sgml | 10 ++ > src/backend/commands/event_trigger.c | 6 +- > src/test/regress/expected/event_trigger.out | 106 +++++++++++++++++++ > src/test/regress/sql/event_trigger.sql | 47 ++++++++ > 4 files changed, 167 insertions(+), 2 deletions(-) And I did drop a comment line I didn't mean to when trying things out, so here's the update copy. There's a bug fix in there too, in both the versions of the patch, that the new regression tests exercise. Regards, -- Dimitri Fontaine http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support