pgAdmin III commit: Handle hostaddr connection parameter

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Handle hostaddr connection parameter
Дата
Msg-id 201104111711.p3BHBxGO053242@gothos.postgresql.org
обсуждение исходный текст
Ответы Re: pgAdmin III commit: Handle hostaddr connection parameter  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Handle hostaddr connection parameter

Implements ticket #312.

Branch
------
master

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

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


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: pgAdmin 1.12.3?
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Handles the service connection parameter