|
165 | 165 |
|
166 | 166 | <listitem>
|
167 | 167 | <!--
|
| 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 | +<!-- |
168 | 188 | 2017-01-14 [05cd12ed5] pg_ctl: Change default to wait for all actions
|
169 | 189 | -->
|
170 | 190 | <para>
|
|