diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2017-03-22 15:26:04 -0400 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2017-03-22 15:27:40 -0400 |
| commit | b9418911900ff5b68a5457b1542668077664e897 (patch) | |
| tree | 39db19a709bfa2f903575a49d3f2abae6bef5cac /doc/src | |
| parent | a2760915b3a88f8e1b447dd5343549a1ebbb0f78 (diff) | |
doc: Fix logical replication setup instructions
The pg_hba.conf rules were changed in
8df9bd0b445f9bd6134915d4417efde6e85e3add.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/logical-replication.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 6da39d25e38..44cd78563d3 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -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> |
