pgsql: Docs: clarify description of LIMIT/OFFSET behavior.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Docs: clarify description of LIMIT/OFFSET behavior.
Дата
Msg-id E1aqii6-0003H6-Mg@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Docs: clarify description of LIMIT/OFFSET behavior.

Section 7.6 was a tad confusing because it specified what LIMIT NULL
does, but neglected to do the same for OFFSET NULL, making this look
like perhaps a special case or a wrong restatement of the bit about
LIMIT ALL.  Wordsmith a bit while at it.  Per bug #14084.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fda21aa05bdc96c2c4141f5fd1245a11a41cf62c

Modified Files
--------------
doc/src/sgml/queries.sgml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Provide errno-translation wrappers around bind() and listen() on
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <