diff options
author | Andres Freund <andres@anarazel.de> | 2015-02-12 01:16:32 +0100 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-02-12 01:25:35 +0100 |
commit | 8785e6e378f919827d851926ea0f400f08afd477 (patch) | |
tree | 4eab7a6aba9defe7fede42ab5d2e28f6c0cd24d8 | |
parent | 4f38a281a3d4a7cbcf9de2f676d44336d57b7717 (diff) | |
download | postgresql-8785e6e378f919827d851926ea0f400f08afd477.tar.gz postgresql-8785e6e378f919827d851926ea0f400f08afd477.zip |
Fix typo in logicaldecoding.sgml.
Author: Tatsuo Ishii
Backpatch to 9.4, where logicaldecoding was introduced.
-rw-r--r-- | doc/src/sgml/logicaldecoding.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index 3efe43381e5..36505678526 100644 --- a/doc/src/sgml/logicaldecoding.sgml +++ b/doc/src/sgml/logicaldecoding.sgml @@ -299,7 +299,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot <para> The command <xref linkend="app-pgrecvlogical"> can be used to control - logical decoding over a streaming replication connection. (It is uses + logical decoding over a streaming replication connection. (It uses these commands internally.) </para> </sect1> |