Skip to content

pgAdmin 9.14 the column selection (Alt/Option + right mouse) drag no longer work #9864

@EddySoeparmin235

Description

@EddySoeparmin235

pgAdmin 9.14 the column selection (Alt/Option + right mouse) drag no longer work. Here's a simple test query in the editor

select 'mytable_578' table_name, count() row_count from mytable_578 union
select 'mytable_579' table_name, count(
) row_count from mytable_579 union
select 'mytable_580' table_name, count() row_count from mytable_580 union
select 'mytable_581' table_name, count(
) row_count from mytable_581 union
select 'mytable_582' table_name, count(*) row_count from mytable_582

I was able to press Alt/Option + right mouse) to select after select 'mytable_ ...' for all row, but 9.14 does not allow me to do that anymore.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions