pgAdmin 4 commit: Add support for the hostaddr connection parameter.Th

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add support for the hostaddr connection parameter.Th
Дата
Msg-id E1dPa0W-0005wq-PZ@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add support for the hostaddr connection parameter. This helps us play nicely with Kerberos/SSPI and friends. Fixes
#2191

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=15cb9fc35b41736a331a452b9303a79e8f13ee36
Author: Atul Sharma <atul.sharma@enterprisedb.com>

Modified Files
--------------
docs/en_US/images/server_advanced.png              | Bin 0 -> 75902 bytes
docs/en_US/server_dialog.rst                       |   7 +++
web/migrations/versions/3c1e4b6eda55_.py           |  35 ++++++++++++
.../browser/server_groups/servers/__init__.py      |  47 +++++++++++++++-
.../server_groups/servers/static/js/server.js      |  60 +++++++++++++++++++--
web/pgadmin/model/__init__.py                      |   3 ++
web/pgadmin/utils/driver/psycopg2/__init__.py      |   4 ++
7 files changed, 149 insertions(+), 7 deletions(-)


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

Предыдущее
От: Surinder Kumar
Дата:
Сообщение: [pgAdmin4]: Webpacking of static JS/CSS
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch][RM_2191] : Add support for the hostaddrconnection parameter