Added a new button to the query tool toolbar to open a new query tool window. Fixes #4059

This commit is contained in:
Rahul Shirsat
2020-08-28 13:53:08 +05:30
committed by Akshay Joshi
parent 8368eed645
commit e8b192be3e
3 changed files with 85 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ New features
************
| `Issue #2042 <https://redmine.postgresql.org/issues/2042>`_ - Added SQL Formatter support in Query Tool.
| `Issue #4059 <https://redmine.postgresql.org/issues/4059>`_ - Added a new button to the query tool toolbar to open a new query tool window.
| `Issue #5772 <https://redmine.postgresql.org/issues/5772>`_ - Warn the user when connecting to a server that is older than pgAdmin supports.
Housekeeping