From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
Cc: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: Next patch for 8.5 support: WHEN clause in CREATE TRIGGER |
Date: | 2009-11-25 08:48:31 |
Message-ID: | 937d27e10911250048t1fedc2dbva5154f3aca39e40d@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
On Tue, Nov 24, 2009 at 6:48 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)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/99, commitfest item is
> https://commitfest.postgresql.org/action/patch_view?id=198.
Browsing the patch, I don't see anything too nasty :-)
> I don't really like the way I get the old WHEN clause, but I don't find
> another way.
I assume it's stored as a parsetree in the catalogs? It's not ideal to
extract it using a regexp, but it's not the end of the world.
> Another thing that bothers me is the text field: it's one line
> only. Perhaps a bit small?
Maybe - is there enough slack in the comment textbox to steal a line
or two, and add a vertical scrollbar?
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | svn | 2009-11-25 11:12:39 | SVN Commit by dpage: r8089 - in trunk/pgadmin3: . pgadmin/frm |
Previous Message | pgAdmin Trac | 2009-11-24 19:17:53 | Re: [pgAdmin III] #97: Triggers on columns |