-
Notifications
You must be signed in to change notification settings - Fork 796
Description
Issue migrated from Redmine: https://redmine.postgresql.org/issues/7643
Originally created by Richard Brown at 2022-08-25 16:34:45 UTC.
On pgAdmin 6.12 (and 6.13) the auto complete is not working for me. This is pgAdmin running on Windows 11, and querying against tables with capitals (that require quoting).
On pgAdmin 6.11, if when auto completion appears for tables with quotes, I am presented with a list:
!pgadmin6_11.auto_complete1.png!
Once I start to type, the list is reduced:
!pgadmin6_11.auto_complete3.png!
And finally, I can either select an option manually, or hit tab once it's narrowed to a single selection:
!pgadmin6_11.auto_complete2.png!
On pgAdmin 6.12, typing makes the list disappear, and does not narrow it down (unless there are lowercase-only tables without quotes).