Ensure auto-complete works for objects in schemas other than public and pg_catalog. Fixes #3630

This commit is contained in:
Akshay Joshi
2018-09-11 12:56:14 +01:00
committed by Dave Page
parent 9c5e42c7a6
commit 4010dc80a9
4 changed files with 66 additions and 2 deletions

View File

@@ -18,4 +18,5 @@ Bug fixes
*********
| `Bug #3576 <https://redmine.postgresql.org/issues/3576>`_ - Ensure queries are no longer executed when dashboards are closed.
| `Bug #3630 <https://redmine.postgresql.org/issues/3630>`_ - Ensure auto-complete works for objects in schemas other than public and pg_catalog.