Docs: clarify description of LIMIT/OFFSET behavior.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fda21aa05bdc96c2c4141f5fd1245a11a41cf62c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-04-14T14:57:29Z
Releases: 9.6.0
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.

Files

PathChange+/−
doc/src/sgml/queries.sgml modified +7 −4

Documentation touched