projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
250e5bd
)
Fix minor typo in logical-decoding docs.
author
Tom Lane
Tue, 8 Mar 2016 02:52:30 +0000
(21:52 -0500)
committer
Tom Lane
Tue, 8 Mar 2016 02:52:36 +0000
(21:52 -0500)
David Rowley
doc/src/sgml/logicaldecoding.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/logicaldecoding.sgml
b/doc/src/sgml/logicaldecoding.sgml
index 84f13cbb91d36ba07aae1316fc05f6375272bfe8..ff97f8efb7569a3e4664e117c5af4e2c680c8f45 100644
(file)
--- a/
doc/src/sgml/logicaldecoding.sgml
+++ b/
doc/src/sgml/logicaldecoding.sgml
@@
-151,8
+151,8
@@
postgres=# SELECT pg_drop_replication_slot('regression_slot');
distribution. This requires that client authentication is set up to allow
replication connections
(see
) and
- that
max_wal_senders
is set sufficiently high to a
n
- additional connection.
+ that
max_wal_senders
is set sufficiently high to a
llow
+ a
n a
dditional connection.
$ pg_recvlogical -d postgres --slot test --create-slot