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

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Support for ALTER TABLE ADD UNIQUE/PKEY USING INDEX
Дата
Msg-id 201103302109.p2UL95kK097012@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Add a missing image.
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Support for extension object.