projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf8e7b1
)
Fix minor typo in logical-decoding docs.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 8 Mar 2016 02:52:30 +0000
(21:52 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 8 Mar 2016 02:52:30 +0000
(21:52 -0500)
David Rowley
doc/src/sgml/logicaldecoding.sgml
patch
|
blob
|
history
diff --git
a/doc/src/sgml/logicaldecoding.sgml
b/doc/src/sgml/logicaldecoding.sgml
index e841348b07c4003e7b1198509c130a7ed4a2bcb7..45fdfeb13fd545f17e76422fad0c44f40946a0ba 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 <xref linkend="streaming-replication-authentication">) and
- that <varname>max_wal_senders</varname> is set sufficiently high to a
n
- additional connection.
+ that <varname>max_wal_senders</varname> is set sufficiently high to a
llow
+ a
n a
dditional connection.
</para>
<programlisting>
$ pg_recvlogical -d postgres --slot test --create-slot