diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-07-12 11:13:41 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-07-12 11:13:48 -0400 |
commit | 510421c45fb41869969a708a8c03c12798a724ec (patch) | |
tree | 8f19994025eb7e62136530750081e13de8fe965f | |
parent | 663060e8c3832ea8388e4ae128420f76680e5fe9 (diff) |
Doc: clarify release note text about v11's new window function features.
Jonathan S. Katz
Discussion: https://postgr.es/m/30468663-E67D-4753-8269-7E6A4001A281@excoventures.com
-rw-r--r-- | doc/src/sgml/release-11.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index 51a55014827..1b21794e5aa 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -92,7 +92,7 @@ <listitem> <para> - Window functions now support all options shown in the SQL:2011 + Window functions now support all framing options shown in the SQL:2011 standard, including <literal>RANGE <replaceable>distance</replaceable> PRECEDING/FOLLOWING</literal>, <literal>GROUPS</literal> mode, and frame exclusion options |