pgAdmin 8

2023-11-27 Thread Joe Tailleur
Hi there, In the new version of PGAdmin (8.0) the tabs, such as "Dashboard, Properties, Statistics, SQL, etc) all have an "x" beside them now; making them super easy to accidentally close. Is there a way to remove the 'x' for the system type tabs? I also no longer see the "Lock Layout" option wh

pgAdmin 6.19 - Hotkey for opening Query Window not working

2023-01-31 Thread Joe Tailleur
Since I installed 6.19 my hot key to open the query editor no longer works; forcing me to right-click and select "Query Tool". I checked the key mappings and they are the same; but for some reason it no longer responds. Joe.

Extra brackets when viewing SQL.

2020-12-10 Thread Joe Tailleur
Joe Tailleur 8:47 AM (2 hours ago) to pgadmin-support Hi all, In version 4.27 when I viewed my SQL (sql tab when highlighting an item). For example: CREATE OR REPLACE VIEW asap.view_assignment AS SELECT pa.assign_id, pa.proj_id, pa.date_assigned, pa.time_assigned, au.user_name

Extra brackets when viewing SQL

2020-12-10 Thread Joe Tailleur
Hi all, In version 4.27 when I viewed my SQL (sql tab when highlighting an item). For example: CREATE OR REPLACE VIEW asap.view_assignment AS SELECT pa.assign_id, pa.proj_id, pa.date_assigned, pa.time_assigned, au.user_name AS assigned_to, pa.assigned_level, pa.note,