pgAdmin III commit: Sort references by schema name and relation name

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Sort references by schema name and relation name
Date: 2012-12-24 10:22:29
Message-ID: E1Tn5Az-00089C-14@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Sort references by schema name and relation name

We used to sort by schema OID, and relation name for the references combobox
in the foreign key dialog. It doesn't make sense. We now sort by schema name
and relation name.

Report from Michal Kozusznik.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/dlg/dlgForeignKey.cpp | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-12-24 13:03:13 pgAdmin III commit: Report default privileges
Previous Message Guillaume Lelarge 2012-12-24 09:26:48 pgAdmin III commit: Fix the change of the superuser attribute