]> granicus.if.org Git - postgresql/commit
Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax. Being rigid
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Aug 2009 23:40:20 +0000 (23:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Aug 2009 23:40:20 +0000 (23:40 +0000)
commitbe4cd18f71daef23d85703fb7542ae50d802e07c
tree8e73a2ac733a8c85136d59dfeb59bdfddd7c6d4c
parent514c3f19a2cba010c9e7b5abcd20c540fcbf6c0f
Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax.  Being rigid
about it doesn't simplify the grammar at all, and it does invite confusion
among those who only read the SELECT syntax summary and not the full details.
Per gripe from Jaime Casanova.
doc/src/sgml/ref/select.sgml
src/backend/parser/gram.y