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
------
master

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

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