Re: configure postgtresql to order NULLS FIRST instead of the default NULLS LAST
"David G. Johnston" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.novice |
|---|---|
| Message-ID | <CAKFQuwYMa32Gx2Gcj7pMbjDLEkpTCe0VXAsdp+JWLhWA=1mXuw@mail.gmail.com> |
On Friday, January 4, 2019, Vianello, Daniel A <[email protected]> wrote: > Or you could create views to do complex sorting on a table and have users > use the view instead of the table, but that is still extra development per > table, not your apparently desired global change of behavior. > > Most views should not specify a sort order. Client-sent queries should append order by according to their need in presenting the data to the user-side of the system. David J.