pgAdmin III commit: Fix index columns, and definitions

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix index columns, and definitions
Date: 2012-05-01 14:45:56
Message-ID: E1SPEKy-0007ef-B9@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

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

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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2012-05-03 12:08:40 Re: [pgAdmin III] #13: Pasting from apps on Mac OS X doesn't always work
Previous Message pgAdmin Trac 2012-05-01 09:20:41 Re: [pgAdmin III] #13: Pasting from apps on Mac OS X doesn't always work