pgAdmin III commit: Make sure the SQL pane is updated when validating a - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Make sure the SQL pane is updated when validating a
Date
Msg-id E1QfTcJ-0004OM-Ja@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Make sure the SQL pane is updated when validating a FK

Before this patch, when a user validates a FK, the properties of the object
were updated in the browser, but the SQL query in the query pane wasn't.

Branch
------
REL-1_14_0_PATCHES

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

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


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Enabling/disabling triggers and rules
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Make sure the SQL pane is updated when validating a