]> 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:02:40 +0000 (20:02 -0400)
commitf6caf5acf1def92d7425151a92fd990c566fdcc3
tree3e753a7baf09175cf259adf09e080c5300c12dd5
parent7a245bfe76125e32bb26f63893ee9f9fb0fa3ce2
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