diff options
| author | Peter Eisentraut | 2017-09-02 02:59:27 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2017-09-02 03:19:30 +0000 |
| commit | b187702f8a74530f861c397153c22a3f4100300b (patch) | |
| tree | 42166b3b4e69f4441a226bdc0f620a66caffee64 /doc | |
| parent | 53863ebeba5fa103022c5fe47cd35314b952be59 (diff) | |
doc: Fix typos and other minor issues
Author: Alexander Lakhin <exclusion@gmail.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/src/sgml/logicaldecoding.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/perform.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index d595c2eae8b..17313b1da8b 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 <para> The <link linkend="catalog-pg-replication-slots"><structname>pg_replication_slots</structname></link> view and the - <link linkend="monitoring-stats-views-table"><structname>pg_stat_replication</structname></link> + <link linkend="pg-stat-replication-view"><structname>pg_stat_replication</structname></link> 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 5a087fbe6a0..cf085fe0cc3 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; <listitem> <para> Increase <xref linkend="guc-checkpoint-segments"> and <xref - linkend="guc-checkpoint-timeout"> ; this reduces the frequency + linkend="guc-checkpoint-timeout">; this reduces the frequency of checkpoints, but increases the storage requirements of <filename>/pg_xlog</>. </para> |
