pgsql: Docs: clarify description of LIMIT/OFFSET behavior. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Docs: clarify description of LIMIT/OFFSET behavior.
Date
Msg-id E1aqii6-0003H6-Mg@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Provide errno-translation wrappers around bind() and listen() on
Next
From: Alexander Korotkov
Date:
Subject: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <