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
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.
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
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,