mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
doc: Fix logical replication setup instructions
The pg_hba.conf rules were changed in
8df9bd0b44.
This commit is contained in:
parent
a2760915b3
commit
b941891190
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue