File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 165165
166166 <listitem>
167167<!--
168+ 2017-02-13 [8df9bd0b4] Change logical replication pg_hba.conf use
169+ -->
170+ <para>
171+ Change how logical replication
172+ uses <link linkend="auth-pg-hba-conf"><filename>pg_hba.conf</filename></link>.
173+ </para>
174+
175+ <para>
176+ In previous releases, a logical replication connection required
177+ the <literal>replication</literal> keyword in the database column. As
178+ of this release, logical replication matches a normal entry with a
179+ database name or keywords such as <literal>all</literal>. Physical
180+ replication continues to use the <literal>replication</literal> keyword.
181+ Since built-in logical replication is new in this release as well, this
182+ change only affects users of third-party logical replication plugins.
183+ </para>
184+ </listitem>
185+
186+ <listitem>
187+ <!--
1681882017-01-14 [05cd12ed5] pg_ctl: Change default to wait for all actions
169189-->
170190 <para>
You can’t perform that action at this time.
0 commit comments