doc: Add another migration item to release notes
authorPeter Eisentraut
Wed, 31 May 2017 17:39:28 +0000 (13:39 -0400)
committerPeter Eisentraut
Wed, 31 May 2017 17:39:28 +0000 (13:39 -0400)
doc/src/sgml/release-10.sgml

index 3ccac676adf9a81d77b13af0cb633347913a9e41..b10086bdb0f0459a35ea966e182d115d4275715d 100644 (file)
 
     
 
+     
+      Change how logical replication
+      uses pg_hba.conf.
+     
+
+     
+      In previous releases, a logical replication connection required
+      the replication keyword in the database column.  As
+      of this release, logical replication matches a normal entry with a
+      database name or keywords such as all.  Physical
+      replication continues to use the replication keyword.
+      Since built-in logical replication is new in this release as well, this
+      change only affects users of third-party logical replication plugins.
+     
+    
+
+    
+