Re: event triggers in 9.3.4 - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: event triggers in 9.3.4
Date
Msg-id 20140725184634.GN5475@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: event triggers in 9.3.4  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: event triggers in 9.3.4  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-general
Pavel Stehule wrote:
> Hello
>
> I found a interesting extension
> http://code.malloclabs.com/pg_schema_triggers

Ah, I remember that.  I find that approach more cumbersome to use than
mine.  Note the ALTER cases can't tell you much about exactly how the
relation has changed; you have to run comparisons of the pg_class rows
manually, which is not very nice.  I see this extension as a stopgap
measure until we have real support for this in 9.5, per my patch.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


pgsql-general by date:

Previous
From: David G Johnston
Date:
Subject: Re: Index usage with slow query
Next
From: Marc Mamin
Date:
Subject: Re: Index usage with slow query