Thread: pgAdmin III commit: Fix SQL query for enabled/disabled triggers and rul

pgAdmin III commit: Fix SQL query for enabled/disabled triggers and rul

From
Guillaume Lelarge
Date:
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(-)