]> granicus.if.org Git - postgresql/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:03:42 +0000 (20:03 -0400)
commit68a8f26e91a15294024270eb3eed4468dbb307cf
tree56c98820e307c3be6def38e38af877ae3be4bce4
parent463712390778f7d3e256e52dc4d330266ee4f416
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