]> granicus.if.org Git - postgresql/commitdiff
doc: Fix typos and other minor issues
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 2 Sep 2017 02:59:27 +0000 (22:59 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 2 Sep 2017 03:19:30 +0000 (23:19 -0400)
Author: Alexander Lakhin <exclusion@gmail.com>

doc/src/sgml/logicaldecoding.sgml
doc/src/sgml/perform.sgml

index d595c2eae8bb7702187e1316cc7cbcccf7f2086d..17313b1da8b77775b3b71ce09b254081755fb586 100644 (file)
@@ -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.
index 5a087fbe6a098f8bfb2ac55c99cf1e767a486409..cf085fe0cc3c2e79b1667a570e5749596a077c62 100644 (file)
@@ -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>