pgAdmin III commit: Fix broken SQL for trigger with WHEN clause

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix broken SQL for trigger with WHEN clause
Date: 2011-08-16 17:11:58
Message-ID: E1QtNBG-00073t-Tq@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix broken SQL for trigger with WHEN clause

Brackets around the WHEN condition were missing or unmatched in the SQL pane.
This patch fixes this.

Report from Erwin Brandstetter, fixes issue #332.

Branch
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4f4a24588973132989c129db3ddd14d48adeab23

Modified Files
--------------
pgadmin/schema/pgTrigger.cpp | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2011-08-16 17:13:41 Re: [pgAdmin III] #332: SQL for TRIGGER with WHEN clause broken
Previous Message pgAdmin Trac 2011-08-16 17:11:26 Re: [pgAdmin III] #332: SQL for TRIGGER with WHEN clause broken