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-0004OK-JE@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
------
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(-)


pgadmin-hackers by date:

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