release note addition

Started by Peter Eisentrautover 8 years ago2 messages
#1Peter Eisentraut
peter.eisentraut@2ndquadrant.com
1 attachment(s)

A small patch for the release notes. The first hunk removes a duplicate
item. The second hunk adds another item to the incompatibility list.

I can commit this myself but want to give Bruce a chance so I don't mess
up his workflow.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachments:

release-notes.patchinvalid/octet-stream; name=release-notes.patchDownload
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index eff1fbc719..7af081e79e 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -139,17 +139,6 @@ <title>Migration to Version 10</title>
 
     <listitem>
      <!--
-     Author: Peter Eisentraut <peter_e@gmx.net> 2017-05-12 [c1a7f64b4]
-     Replace "transaction log" with "write-ahead log"
-     -->
-     <para>
-      Rename<acronym>WAL</>-related functions and views to use <literal>lsn</>
-      instead of <literal>location</> (David Rowley)
-     </para>
-    </listitem>
-
-    <listitem>
-     <!--
      Author: Andres Freund <andres@anarazel.de>
      2017-01-18 [69f4b9c85] Move targetlist SRF handling from expression evaluation 
      Author: Tom Lane <tgl@sss.pgh.pa.us>
@@ -190,6 +179,27 @@ <title>Migration to Version 10</title>
     <listitem>
      <!--
      Author: Peter Eisentraut <peter_e@gmx.net>
+     2017-02-13 [8df9bd0b4] Change logical replication pg_hba.conf use
+     -->
+     <para>
+      Change how logical replication
+      uses <link linkend="auth-pg-hba-conf"><filename>pg_hba.conf</filename></link>.
+     </para>
+
+     <para>
+      In previous releases, a logical replication connection required
+      the <literal>replication</literal> keyword in the database column.  As
+      of this release, logical replication matches a normal entry with a
+      database name or keywords such as <literal>all</literal>.  Physical
+      replication continues to use the <literal>replication</literal> keyword.
+      Since built-in logical replication is new in this release as well, this
+      change only affects users of third-party logical replication plugins.
+     </para>
+    </listitem>
+
+    <listitem>
+     <!--
+     Author: Peter Eisentraut <peter_e@gmx.net>
      2017-01-14 [05cd12ed5] pg_ctl: Change default to wait for all actions
      -->
     <para>
#2Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#1)
Re: release note addition

On Fri, May 19, 2017 at 01:35:41PM -0400, Peter Eisentraut wrote:

A small patch for the release notes. The first hunk removes a duplicate
item. The second hunk adds another item to the incompatibility list.

I can commit this myself but want to give Bruce a chance so I don't mess
up his workflow.

You can commit it yourself, but I removed the first item earlier today
in a commit.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers