From: Peter Eisentraut Date: Sat, 2 Sep 2017 02:59:27 +0000 (-0400) Subject: doc: Fix typos and other minor issues X-Git-Tag: REL9_4_15~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b187702f8a74530f861c397153c22a3f4100300b;p=postgresql doc: Fix typos and other minor issues Author: Alexander Lakhin --- diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index d595c2eae8..17313b1da8 100644 --- a/doc/src/sgml/logicaldecoding.sgml +++ b/doc/src/sgml/logicaldecoding.sgml @@ -326,7 +326,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot The pg_replication_slots view and the - pg_stat_replication + pg_stat_replication view provide information about the current state of replication slots and streaming replication connections respectively. These views apply to both physical and logical replication. diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml/perform.sgml index 5a087fbe6a..cf085fe0cc 100644 --- a/doc/src/sgml/perform.sgml +++ b/doc/src/sgml/perform.sgml @@ -1578,7 +1578,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse; Increase and ; this reduces the frequency + linkend="guc-checkpoint-timeout">; this reduces the frequency of checkpoints, but increases the storage requirements of /pg_xlog.