From a1922a4a590655ac9544fd41460a998fd975523b Mon Sep 17 00:00:00 2001
From: "Jonathan S. Katz"
Date: Sat, 15 Sep 2018 11:01:35 -0400
Subject: [PATCH 2/2] Remove or modify placeholders for v11 release notes.
---
doc/src/sgml/release-11.sgml | 18 ++++--------------
1 file changed, 4 insertions(+), 14 deletions(-)
diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml
index f9d93b734e..ca42f28cc9 100644
--- a/doc/src/sgml/release-11.sgml
+++ b/doc/src/sgml/release-11.sgml
@@ -196,10 +196,6 @@
would be dumped without such specifications if the database locale
and encoding matched the old cluster's defaults.
-
-
- DID I GET EVERYTHING?
-
@@ -614,8 +610,7 @@
The new command ALTER
INDEX ATTACH PARTITION allows indexes to be
attached to partitions. This does not behave as a global index
- since the contents are private to each index. WARN WHEN USING
- AN EXISTING INDEX?
+ since the contents are private to each index.
@@ -924,7 +919,7 @@ same commits as above
- This reduces the likelihood of serialization conflicts. ACCURATE?
+ This reduces the likelihood of serialization conflicts.
@@ -1997,7 +1992,6 @@ same commits as above
CALLs or in nested PL/pgSQL DO and
CALL blocks that only contain other PL/pgSQL
DO and CALL blocks.
- ACCURATE?
@@ -2422,11 +2416,6 @@ same commits as above
when the WAL streaming method
() is used.
-
-
- IS IT CLEAR FROM THE DOCS THAT THE REPLICATION SLOT IS NOT
- TEMPORARY?
-
@@ -2921,7 +2910,8 @@ same commits as above
- This is useful for KNN-GiST searches. HOW?
+ This is useful for KNN-GiST searches when looking for coordinates in
+ descending order.
--
2.14.3 (Apple Git-98)