diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-05-31 13:39:28 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-05-31 13:39:28 -0400 |
commit | 3e6d2fabccef5ed602cd248bfbedf4dc9a57eb09 (patch) | |
tree | 34c81220a2f9dc987345d0ec4604bbfcc2fa8d7f | |
parent | b5b322914100f7526c29c92f88c294a0ae5e7dfd (diff) | |
download | postgresql-3e6d2fabccef5ed602cd248bfbedf4dc9a57eb09.tar.gz postgresql-3e6d2fabccef5ed602cd248bfbedf4dc9a57eb09.zip |
doc: Add another migration item to release notes
-rw-r--r-- | doc/src/sgml/release-10.sgml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index 3ccac676adf..b10086bdb0f 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -165,6 +165,26 @@ <listitem> <!-- +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> +<!-- 2017-01-14 [05cd12ed5] pg_ctl: Change default to wait for all actions --> <para> |