pgAdmin III commit: Fix the display options - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix the display options
Date
Msg-id 201104181951.p3IJpI69076125@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Copy/Paste table(s) functions
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Install adminpack on user request in frmStatus