pgAdmin III commit: Fix index columns, and definitions

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix index columns, and definitions
Дата
Msg-id E1SPEKy-0007eh-BS@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix index columns, and definitions

Multiple fixes:
* show column names in constraints
* show complete columns names in indexes (were truncated with the last character)
* disable the columns list when modifying an existing index
* show the good informations in the righ columns

Per an initial report from Colin Beckingham.

Branch
------
REL-1_14_0_PATCHES

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

Modified Files
--------------
CHANGELOG                          |    1 +
pgadmin/dlg/dlgIndex.cpp           |   84 ++++++++++++-----------------------
pgadmin/dlg/dlgIndexConstraint.cpp |    5 +-
pgadmin/include/schema/pgIndex.h   |   17 +++++++-
pgadmin/schema/pgIndex.cpp         |   30 +++++++++++++
5 files changed, 78 insertions(+), 59 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix index columns, and definitions
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #13: Pasting from apps on Mac OS X doesn't always work