mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +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
|
||||
want to use for connecting):
|
||||
<programlisting>
|
||||
host replication repuser 0.0.0.0/0 md5
|
||||
host all repuser 0.0.0.0/0 md5
|
||||
</programlisting>
|
||||
</para>
|
||||
|
||||
|
Reference in New Issue
Block a user