From 5d86d059faa3a85626acdddf8429a197cc787a60 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 | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index f81dd929e3..700fd02090 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. @@ -1991,7 +1986,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? @@ -2414,12 +2408,8 @@ same commits as above The option creates the named replication slot () when the WAL streaming method - () is used. - - - - IS IT CLEAR FROM THE DOCS THAT THE REPLICATION SLOT IS NOT - TEMPORARY? + () is used. The replication slot is + available until it is explicitly dropped. @@ -2915,7 +2905,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)