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-00073r-TX@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
------
master

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

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