pgadmin4 icon indicating copy to clipboard operation
pgadmin4 copied to clipboard

Easy copy and order column name

Open Jeje2201 opened this issue 7 months ago • 1 comments
trafficstars

Describe the solution you'd like

Make it possible and easy to copy and sort from a column from a sql result

Describe alternatives you've considered

As of from now, I did not find an easy solution to copy a column name and to order from it, for exemple I "select * from .." and then I want to order from a certain column and I can't copy only the column name, I can copy the datas, or the "header column" in option, but then it copy the header and all the datas. For exemple in phpMyAdmin, you can double click on the column name from the result to copy it

Image

Other example, in phpMyAdmin, by left clicking the column name, it order asc, then clicking again order desc. It make it easy to order it

Image

Additional context

No Additional context

Jeje2201 avatar Apr 04 '25 09:04 Jeje2201

Sorting in view/edit data tool can be done using Sort/Filter button. The data cannot be sorted just by clicking because it comes from PostgreSQL server and will a require a query execution.

Need to discuss the design for copy column name.

adityatoshniwal avatar Apr 04 '25 11:04 adityatoshniwal