Doc updates for connection status monitoring.

This commit is contained in:
Murtuza Zabuawala
2018-01-15 18:55:36 +05:30
committed by Dave Page
parent 56e922f5ab
commit 03605bf9be
6 changed files with 11 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ The Query tool is a powerful, feature-rich environment that allows you to execut
* Issue ad-hoc SQL queries.
* Execute arbitrary SQL commands.
* Displays current connection and transaction status as configured by the user.
* Save the data displayed in the output panel to a CSV file.
* Review the execution plan of a SQL statement in either a text or a graphical format.
* View analytical information about a SQL statement.
@@ -205,4 +206,9 @@ The Query History tab displays information about recent commands:
* The amount of time it took the server to process the query and return a result set.
* Messages returned by the server (not noted on the *Messages* tab).
To erase the content of the *Query History* tab, select *Clear history* from the *Clear* drop-down menu.
To erase the content of the *Query History* tab, select *Clear history* from the *Clear* drop-down menu.
Use the *Connection status* feature to view the current connection and transaction status by clicking on the status icon in query tool:
.. image:: images/query_tool_connection_status.png
:alt: Query tool connection and transaction statuses