Next patch for 8.5 support: WHEN clause in CREATE TRIGGER

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Next patch for 8.5 support: WHEN clause in CREATE TRIGGER
Date: 2009-11-24 18:48:05
Message-ID: 200911241948.05335.guillaume@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
ticket98.patch text/x-patch 7.4 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2009-11-24 18:49:18 Re: [pgAdmin III] #98: TRIGGER with WHEN clause
Previous Message Guillaume Lelarge 2009-11-24 10:37:38 Re: Next patch for 8.5 support: ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT