projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a276091
)
doc: Fix logical replication setup instructions
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 22 Mar 2017 19:26:04 +0000
(15:26 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Wed, 22 Mar 2017 19:27:40 +0000
(15:27 -0400)
The pg_hba.conf rules were changed in
8df9bd0b445f9bd6134915d4417efde6e85e3add
.
doc/src/sgml/logical-replication.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/logical-replication.sgml
b/doc/src/sgml/logical-replication.sgml
index 6da39d25e38d3d8361199e7d8108d9ab6eeb5f21..44cd78563d35a6127ae4573682204ebe42c0ea00 100644
(file)
--- 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>