pgAdmin III commit: Fix the display options

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix the display options
Дата
Msg-id 201104181951.p3IJpI69076125@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix the display options

Foreign Data Wrappers, foreign servers, user mappings, and extensions needed
some tweaks to work properly.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgAggregate.cpp            |   10 +++++-----
pgadmin/frm/frmOptions.cpp              |    3 +++
pgadmin/schema/pgForeignDataWrapper.cpp |    3 ++-
pgadmin/schema/pgForeignServer.cpp      |    3 ++-
pgadmin/schema/pgIndex.cpp              |    2 +-
pgadmin/schema/pgObject.cpp             |    8 ++++----
pgadmin/utils/sysSettings.cpp           |   21 +++++++++++++++++++++
7 files changed, 38 insertions(+), 12 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Copy/Paste table(s) functions
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Install adminpack on user request in frmStatus