-- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
How can I change the default data sort for a table? When I view the data
in the selected table, it always opens a spreadsheet view sorted by the
primary key. In this case, the primary key is a one-up number and a more
useful sort is the name column. How can I have it default to sort by
name rather than primary key?
- [GENERAL] default data sort Michael Fraley
- Re: [GENERAL] default data sort David Fetter
- [GENERAL] default data sort Michael Fraley