Обсуждение: pgAdmin III commit: Support for ALTER TABLE ADD UNIQUE/PKEY USING INDEX

Поиск
Список
Период
Сортировка

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

От
Guillaume Lelarge
Дата:
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(-)