1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00

doc: Fix logical replication setup instructions

The pg_hba.conf rules were changed in
8df9bd0b44.
This commit is contained in:
Peter Eisentraut
2017-03-22 15:26:04 -04:00
parent a2760915b3
commit b941891190

View File

@@ -374,7 +374,7 @@ wal_level = logical
(the values here depend on your actual network configuration and user you (the values here depend on your actual network configuration and user you
want to use for connecting): want to use for connecting):
<programlisting> <programlisting>
host replication repuser 0.0.0.0/0 md5 host all repuser 0.0.0.0/0 md5
</programlisting> </programlisting>
</para> </para>