pgAdmin III commit: Support for ALTER TABLE ADD UNIQUE/PKEY USING INDEX - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Support for ALTER TABLE ADD UNIQUE/PKEY USING INDEX
Date
Msg-id 201103302109.p2UL95kK097012@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Add a missing image.
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Support for extension object.