pgAdmin III commit: Only enable the Enable/Disable Trigger options if t

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Only enable the Enable/Disable Trigger options if t
Date: 2011-06-01 11:55:42
Message-ID: 201106011155.p51Btgcl008329@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Only enable the Enable/Disable Trigger options if triggers actually
exist on the selected table. Also, fix a problem with constraint
trigger identification while we're at it.

Branch
------
master

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

Modified Files
--------------
pgadmin/include/schema/pgTable.h | 10 +++++++++-
pgadmin/schema/pgDatabase.cpp | 5 +++--
pgadmin/schema/pgTable.cpp | 23 ++++++++++++++++++++---
pgadmin/schema/pgTrigger.cpp | 6 +++++-
4 files changed, 37 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-06-01 14:14:34 pgAdmin III commit: Only enable the filter validation button if there's
Previous Message Dave Page 2011-06-01 10:36:13 pgAdmin III commit: Fix public synonym messages.