Обсуждение: pgAdmin III commit: Fix the display options

Поиск
Список
Период
Сортировка

pgAdmin III commit: Fix the display options

От
Guillaume Lelarge
Дата:
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(-)