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

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Sort references by schema name and relation name
Дата
Msg-id E1Tn5Az-00089E-1a@gothos.postgresql.org
обсуждение исходный текст
Список 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
------
REL-1_16_0_PATCHES

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

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


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Sort references by schema name and relation name
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Report default privileges