pgAdmin III commit: Handles the service connection parameter - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Handles the service connection parameter
Date
Msg-id 201104111739.p3BHdaSP057305@gothos.postgresql.org
Whole thread Raw
Responses Re: pgAdmin III commit: Handles the service connection parameter
List pgadmin-hackers
Handles the service connection parameter

This parameter is related to the pg_service.conf file.
Implements ticket #310.

Branch
------
master

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

Modified Files
--------------
CHANGELOG                           |    2 +
pgadmin/db/pgConn.cpp               |   22 +++++++++++---
pgadmin/dlg/dlgSelectConnection.cpp |    4 +-
pgadmin/dlg/dlgServer.cpp           |   25 +++++++++++----
pgadmin/frm/frmMain.cpp             |    1 +
pgadmin/frm/frmStatus.cpp           |    6 ++-
pgadmin/include/db/pgConn.h         |    9 ++++-
pgadmin/include/schema/pgServer.h   |   12 ++++++-
pgadmin/pgscript/pgsApplication.cpp |    2 +-
pgadmin/schema/pgRole.cpp           |    1 +
pgadmin/schema/pgServer.cpp         |   55 +++++++++++++++++++++++-----------
pgadmin/ui/dlgServer.xrc            |   18 +++++++++--
12 files changed, 115 insertions(+), 42 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Handle hostaddr connection parameter
Next
From: Dave Page
Date:
Subject: Re: pgAdmin III commit: Handles the service connection parameter