Inconsistent information on default ordering for ORDER BY clause

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Inconsistent information on default ordering for ORDER BY clause
Дата
Msg-id 170200831532.398198.10492594033145816767@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Inconsistent information on default ordering for ORDER BY clause  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/sql-select.html
Description:

At the top of the sql-select page it says

"If ORDER BY is not given, the rows are returned in whatever order the
system finds fastest to produce."

but later it says

"Optionally one can add the key word ASC (ascending) or DESC (descending)
after any expression in the ORDER BY clause. If not specified, ASC is
assumed by default."

The first statement implies that you cannot rely on the default ordering,
but the second implies that you can (and it will be ASC).

В списке pgsql-docs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [DOCS] Confusing Trigger Docs.
Следующее
От: David Rowley
Дата:
Сообщение: Re: Inconsistent information on default ordering for ORDER BY clause