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:
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user