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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Make sure the SQL pane is updated when validating a
Date: 2011-07-09 09:14:27
Message-ID: E1QfTcJ-0004OK-JE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-07-09 09:18:48 Re: Enabling/disabling triggers and rules
Previous Message Guillaume Lelarge 2011-07-09 09:12:05 Enabling/disabling triggers and rules