pgAdmin 4 commit: 1) Disable the PSQL feature entirely in server mode b

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Disable the PSQL feature entirely in server mode b
Date: 2021-06-14 15:30:37
Message-ID: E1lsoXt-0007L9-30@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Disable the PSQL feature entirely in server mode by default.
2) Remove the code that attempts to filter out commands.

refs #2341

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2549688bdf2de9093c1140e2b92a0aca119c45c7
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/psql_tool.rst | 4 -
web/config.py | 19 ++--
web/pgadmin/browser/templates/browser/js/utils.js | 1 -
web/pgadmin/tools/psql/__init__.py | 106 +---------------------
4 files changed, 9 insertions(+), 121 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-06-14 15:31:19 Re: [pgAdmin][RM-6469]: Role node: Calender control is not disabled in properties panel
Previous Message Dave Page 2021-06-14 14:48:43 Re: [pgAdmin][RM-2341]: Add menu option for starting PSQL