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:41 -0400 |
commit | 11a3aeeb5e174a3681f674e7e5ec9bbbc6430394 (patch) | |
tree | 0520abbedd1bd193a711f6728070665512b47927 | |
parent | e0cd0ea4f93c3644f09f7723206d8d003a97ee4a (diff) | |
download | postgresql-11a3aeeb5e174a3681f674e7e5ec9bbbc6430394.tar.gz postgresql-11a3aeeb5e174a3681f674e7e5ec9bbbc6430394.zip |
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 |