pgAdmin III commit: Fix SQL query for enabled/disabled triggers and rul - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix SQL query for enabled/disabled triggers and rul
Date
Msg-id E1QfX74-00010t-4R@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix SQL query for enabled/disabled triggers and rules

When a user enables/disables a trigger, the icon changes, and the properties
are updated. But the SQL query in the query pane of the browser wasn't. Same
happens to enabled/disabled rules. This patch fixes both.

Branch
------
REL-1_14_0_PATCHES

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

Modified Files
--------------
pgadmin/schema/pgRule.cpp    |   13 +++++++++++++
pgadmin/schema/pgTrigger.cpp |   12 ++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [FEATURE] Add schema option to all relevant objects
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix SQL query for enabled/disabled triggers and rul