pgAdmin III commit: Fix enabling/disabling trigger with the trigger con

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix enabling/disabling trigger with the trigger con
Date: 2012-02-11 15:57:22
Message-ID: E1RwFKE-0001IG-F3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix enabling/disabling trigger with the trigger contextual menu

When enabling/disabling a trigger, we refresh the trigger node, which adds a
new trigger function node. The patch first deletes all children nodes, before
refreshing the trigger node.

Report from Bartosz Dmytrak.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/schema/pgTrigger.cpp | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-02-11 21:47:47 pgAdmin III commit: Fix dlgType minimum size
Previous Message Guillaume Lelarge 2012-02-09 21:44:38 pgAdmin III commit: Support for the new TIMING option in EXPLAIN ANALYZ