pgAdmin III commit: Add missing "port" option for SSH tunnels

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin III commit: Add missing "port" option for SSH tunnels
Дата
Msg-id E1Vj5sZ-00009L-Jy@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add missing "port" option for SSH tunnels

Branch
------
REL-1_18_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f47e7045ff876a33287788310e6f6524a3d9b190
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
CHANGELOG                         |    1 +
pgadmin/dlg/dlgServer.cpp         |   12 +-
pgadmin/frm/frmMain.cpp           |    1 +
pgadmin/include/schema/pgServer.h |   13 +-
pgadmin/include/utils/sshTunnel.h |    3 +-
pgadmin/schema/pgServer.cpp       |    9 +-
pgadmin/ui/dlgServer.xrc          |   14 +-
pgadmin/ui/xrcDialogs.cpp         |  823 ++++++++++++++++++++-----------------
pgadmin/utils/sshTunnel.cpp       |    6 +-
9 files changed, 486 insertions(+), 396 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Add missing "port" option for SSH tunnels
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Regenerate xrcDialogs.cpp.