pgAdmin III commit: Fix broken SQL for trigger with WHEN clause - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix broken SQL for trigger with WHEN clause
Date
Msg-id E1QtNBG-00073t-Tq@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #332: SQL for TRIGGER with WHEN clause broken
Next
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #332: SQL for TRIGGER with WHEN clause broken