Thread: Next patch for 8.5 support: columns for UPDATE event in CREATE TRIGGER

Next patch for 8.5 support: columns for UPDATE event in CREATE TRIGGER

From
Guillaume Lelarge
Date:
Hi,

Here is a patch to add the support for this new 8.5 functionality. Ticket is
http://code.pgadmin.org/trac/ticket/97, commitfest item is
https://commitfest.postgresql.org/action/patch_view?id=164.

Comments?


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

Attachment

Re: Next patch for 8.5 support: columns for UPDATE event in CREATE TRIGGER

From
Dave Page
Date:
On Sat, Dec 5, 2009 at 7:23 PM, Guillaume Lelarge
<guillaume@lelarge.info> wrote:
> Hi,
>
> Here is a patch to add the support for this new 8.5 functionality. Ticket is
> http://code.pgadmin.org/trac/ticket/97, commitfest item is
> https://commitfest.postgresql.org/action/patch_view?id=164.
>
> Comments?

Not much. I had considered adding column triggers as a new node under
a column, but I think this is a more straightforward approach.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

Re: Next patch for 8.5 support: columns for UPDATE event in CREATE TRIGGER

From
Guillaume Lelarge
Date:
Le lundi 7 décembre 2009 à 10:26:58, Dave Page a écrit :
> On Sat, Dec 5, 2009 at 7:23 PM, Guillaume Lelarge
>
> <guillaume@lelarge.info> wrote:
> > Hi,
> >
> > Here is a patch to add the support for this new 8.5 functionality. Ticket
> > is http://code.pgadmin.org/trac/ticket/97, commitfest item is
> > https://commitfest.postgresql.org/action/patch_view?id=164.
> >
> > Comments?
>
> Not much. I had considered adding column triggers as a new node under
> a column, but I think this is a more straightforward approach.
>

Commited too.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com