Next patch for 8.5 support: WHEN clause in CREATE TRIGGER - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject Next patch for 8.5 support: WHEN clause in CREATE TRIGGER
Date
Msg-id 200911241948.05335.guillaume@lelarge.info
Whole thread Raw
Responses Re: Next patch for 8.5 support: WHEN clause in CREATE TRIGGER
List pgadmin-hackers
Hi,

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

I don't really like the way I get the old WHEN clause, but I don't find
another way. Another thing that bothers me is the text field: it's one line
only. Perhaps a bit small?

Comments?


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

Attachment

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Next patch for 8.5 support: ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT
Next
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #98: TRIGGER with WHEN clause