pgadmin4
pgadmin4 copied to clipboard
Easy copy and order column name
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
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
Additional context
No Additional context
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.