pgAdmin III commit: Support for renaming constraints

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Support for renaming constraints
Date: 2012-03-12 07:53:32
Message-ID: E1S704S-0006cp-8f@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Support for renaming constraints

Available on 9.2+.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/dlg/dlgCheck.cpp | 21 +++++++++++++++------
pgadmin/dlg/dlgForeignKey.cpp | 21 +++++++++++++++------
pgadmin/dlg/dlgIndex.cpp | 7 ++++---
pgadmin/dlg/dlgIndexConstraint.cpp | 6 ++++++
5 files changed, 41 insertions(+), 15 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-03-12 20:28:12 pgAdmin III commit: Fix another wxWidgets 2.8 assert
Previous Message Guillaume Lelarge 2012-03-10 22:17:58 pgAdmin III commit: Another bunch of wxWidgets 2.9 related issues