]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix incorrect markup in documentation of window frame clauses.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 1 Apr 2015 00:02:40 +0000 (20:02 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 1 Apr 2015 00:04:04 +0000 (20:04 -0400)
commit2eb59adcf215d7d4fa232342d282f81901a70735
tree1237502d4cc9ff1a4936854c1f68c7b6e9cb8113
parent6bd7e30465ea2eac5c786f7003480e685712df76
Fix incorrect markup in documentation of window frame clauses.

You're required to write either RANGE or ROWS to start a frame clause,
but the documentation incorrectly implied this is optional.  Noted by
David Johnston.
doc/src/sgml/ref/select.sgml
doc/src/sgml/syntax.sgml