pgAdmin III commit: Support for ALTER TABLE ADD UNIQUE/PKEY USING INDEX

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Support for ALTER TABLE ADD UNIQUE/PKEY USING INDEX
Date: 2011-03-30 21:09:05
Message-ID: 201103302109.p2UL95kK097012@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Support for ALTER TABLE ADD UNIQUE/PKEY USING INDEX

This patch adds a combobox with all the table'index. Choosing one allows the
user to add an index constraint with a name and an index.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 2 +
pgadmin/dlg/dlgIndexConstraint.cpp | 98 ++++++++++++++++++++++++------
pgadmin/include/dlg/dlgIndexConstraint.h | 2 +
pgadmin/ui/dlgIndexConstraint.xrc | 19 +++++-
4 files changed, 100 insertions(+), 21 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-03-30 21:16:56 pgAdmin III commit: Support for extension object.
Previous Message Dave Page 2011-03-30 13:44:02 pgAdmin III commit: Add a missing image.