Thread: pgAdmin III commit: Make sure the SQL pane is updated when validating a

pgAdmin III commit: Make sure the SQL pane is updated when validating a

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