pgadmin4/docs/en_US/psql_tool.rst
Nikhil Mohite 2549688bdf 1) Disable the PSQL feature entirely in server mode by default.
2) Remove the code that attempts to filter out commands.

refs #2341
2021-06-14 20:53:11 +05:30

22 lines
684 B
ReStructuredText

.. _psql_tool:
******************
`PSQL Tool`:index:
******************
PSQL tool allows user to connect to PostgreSQL/EDB Advanced server using psql terminal.
* Open PSQL Tool from Tools menu or PSQL tool button from browser tree or from context menu.
* PSQL will connect to the current connected database from browser tree.
.. image:: images/psql_tool.png
:alt: PSQL tool window
:align: center
You can open multiple instance of the PSQL tool in individual tabs simultaneously.
To close the PSQL tool, click the *X* in the upper-right hand corner of the tab bar.
**Note:** For the Windows platform, this feature is available on Windows 10 (1809 version) and onwards.