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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
