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_0_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/2eb59adcf215d7d4fa232342d282f81901a70735 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
