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 | <CAKFQuwYZVL5hmnCSGUK0HW-WL2UeyAuRh18q6B+0j=K+CPo_Eg@mail.gmail.com> |
On Thursday, January 3, 2019, john snow <[email protected]> wrote: > is there a setting that is available for me to use to configure Postgresql > to order NULLS FIRST by default instead of NULLS LAST? > No there is not and likely never will be as such an option introduces undesirable variability. David J.