mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow user to change the database connection from an open query tool tab. Fixes #3794
This commit is contained in:
committed by
Akshay Joshi
parent
228d4bb321
commit
be7bb81a19
BIN
docs/en_US/images/new_connection_dialog.png
Normal file
BIN
docs/en_US/images/new_connection_dialog.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
BIN
docs/en_US/images/new_connection_options.png
Normal file
BIN
docs/en_US/images/new_connection_options.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
@@ -300,3 +300,24 @@ transaction status by clicking on the status icon in the Query Tool:
|
||||
.. image:: images/query_tool_connection_status.png
|
||||
:alt: Query tool connection and transaction statuses
|
||||
:align: center
|
||||
|
||||
Change connection
|
||||
*****************
|
||||
|
||||
User can connect to another server or database from existing open session of query tool.
|
||||
|
||||
* Click on the connection link next to connection status.
|
||||
* Now click on the *<New Connection>* option from the dropdown.
|
||||
|
||||
.. image:: images/new_connection_options.png
|
||||
:alt: Query tool connection options
|
||||
:align: center
|
||||
|
||||
* Now select server, database, user, and role to connect and click OK.
|
||||
|
||||
.. image:: images/new_connection_dialog.png
|
||||
:alt: Query tool connection dialog
|
||||
:align: center
|
||||
|
||||
* A newly created connection will now get listed in the options.
|
||||
* To connect, select the newly created connection from the dropdown list.
|
||||
|
||||
@@ -10,6 +10,7 @@ New features
|
||||
************
|
||||
|
||||
| `Issue #1402 <https://redmine.postgresql.org/issues/1402>`_ - Added Macro support.
|
||||
| `Issue #3794 <https://redmine.postgresql.org/issues/3794>`_ - Allow user to change the database connection from an open query tool tab.
|
||||
| `Issue #5200 <https://redmine.postgresql.org/issues/5200>`_ - Added support to ignore the owner while comparing objects in the Schema Diff tool
|
||||
|
||||
Housekeeping
|
||||
|
||||
Reference in New Issue
Block a user