pgAdmin 4 commit: Added check if the Windows version is not supporting

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Added check if the Windows version is not supporting
Дата
Msg-id E1lsfux-0001Jv-Sv@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Added check if the Windows version is not supporting the ConPty or WinPty disable the PSQL for that version.

refs #2341

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=09693d14d1cba5f07f12648d12d8f1aec5498306
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/psql_tool.rst                           |  6 ++
web/pgadmin/__init__.py                            |  2 +-
web/pgadmin/browser/__init__.py                    |  3 +-
.../browser/register_browser_preferences.py        | 68 +++++++++++-----------
web/pgadmin/browser/templates/browser/js/utils.js  |  2 +-
web/pgadmin/tools/psql/__init__.py                 |  7 ++-
6 files changed, 50 insertions(+), 38 deletions(-)


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

Предыдущее
От: Nikhil Mohite
Дата:
Сообщение: Re: [pgAdmin][RM-2341]: Add menu option for starting PSQL
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM-2341]: Add menu option for starting PSQL