pgAdmin III commit: Lots of fixes on my "sort column" patch

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Lots of fixes on my "sort column" patch
Date: 2010-09-28 22:26:04
Message-ID: 201009282226.o8SMQ4vw093309@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Lots of fixes on my "sort column" patch

Cast name type to text type is not available for release prior to 8.3. Some
columns were not collected in the right order.

Initial report by Douglas Little.

Branch
------
REL-1_12_0_PATCHES

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

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/frm/frmStatus.cpp | 81 ++++++++++++++++++++++++++++++++-------------
2 files changed, 59 insertions(+), 23 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-09-28 22:42:03 pgAdmin III commit: Fix the CHANGELOG file.
Previous Message pgAdmin Trac 2010-09-28 17:28:36 [pgAdmin III] #243: Add security label support