summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/logical-replication.sgml2
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>