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.
Branch ------ REL9_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/44f8f56e6d7b5f19276dbe55c4305b54afddc0b9 Modified Files -------------- doc/src/sgml/ref/select.sgml | 4 ++-- doc/src/sgml/syntax.sgml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
