Added check if the Windows version is not supporting the ConPty or WinPty disable the PSQL for that version.
refs #2341 Branches -------- React_Porting master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=09693d14d1cba5f07f12648d12d8f1aec5498306 Author: Nikhil Mohite <nikhil.moh...@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(-)