| From: | Tatsuo Ishii <ishii(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Typo in logicaldecoding.sgml |
| Date: | 2015-02-10 23:55:12 |
| Message-ID: | 20150211.085512.754309351301088451.t-ishii@sraoss.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I found a small typo in logicaldecoding.sgml. I think one of them
could be a fix. Any advice?
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index 3efe433..3650567 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>
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index 3efe433..d89545a 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 is using
these commands internally.)
</para>
</sect1>
Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2015-02-10 23:57:59 | Re: Typo in logicaldecoding.sgml |
| Previous Message | Tom Lane | 2015-02-10 23:19:12 | Re: Manipulating complex types as non-contiguous structures in-memory |