0001-window-docs.patch
application/octet-stream
Filename: 0001-window-docs.patch
Type: application/octet-stream
Part: 0
Message:
Re: Postgres 11 release notes
Patch
Format: format-patch
Series: patch 0001
Subject: Clarify support for new window function capabilities added in v11.
| File | + | − |
|---|---|---|
| doc/src/sgml/release-11.sgml | 1 | 1 |
From 4aac9577b331cca8ebe4bf30e771384c372ca64a Mon Sep 17 00:00:00 2001
From: "Jonathan S. Katz" <jonathan.katz@excoventures.com>
Date: Sun, 1 Jul 2018 15:55:37 -0400
Subject: [PATCH] Clarify support for new window function capabilities added in
v11.
---
doc/src/sgml/release-11.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml
index 51a5501482..1b21794e5a 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
--
2.14.3 (Apple Git-98)