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