pgAdmin III commit: Show datatypes in a more sensible order. Without au

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin III commit: Show datatypes in a more sensible order. Without au
Дата
Msg-id 201106022020.p52KKfNX055721@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Show datatypes in a more sensible order. Without auto-complete on
Linux it can be a PITA to find specific types.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgColumn.cpp           |    6 +-----
pgadmin/dlg/dlgProperty.cpp         |    8 ++++----
pgadmin/dlg/dlgTable.cpp            |    2 +-
pgadmin/include/dlg/dlgProperty.h   |    4 ++--
pgadmin/include/schema/pgDatatype.h |    6 +++---
pgadmin/schema/pgDatatype.cpp       |   32 ++++++++++++++++++++------------
6 files changed, 31 insertions(+), 27 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Unbreak various places that incorrectly fail to quo
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Refactor the listview population code and optimise