]> 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:12:16 +0000 (23:12 -0400)
Author: Alexander Lakhin <exclusion@gmail.com>

doc/src/sgml/event-trigger.sgml
doc/src/sgml/logicaldecoding.sgml
doc/src/sgml/perform.sgml

index 3ed14f08c0f024e434a37da42d7b88aa31ca707c..c7b880d7c9c23aeefc2bcdb0c71f0345d1e65eb1 100644 (file)
         <entry align="center"><literal>X</literal></entry>
         <entry align="center"><literal>-</literal></entry>
         <entry align="center"><literal>-</literal></entry>
+        <entry align="center"></entry>
        </row>
        <row>
         <entry align="left"><literal>CREATE USER MAPPING</literal></entry>
index bc0c989f22f2752b08e6a30a437faf10e769bf2b..9bf9abf29be6f3545f37a3866fcf3507469c13b2 100644 (file)
@@ -338,7 +338,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot
    <para>
     The <link linkend="view-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 7bcbfa76112388a9703272cfe604d56fc1508799..a99abdda0c8bb76b78d1712e17973d2ee05f26af 100644 (file)
@@ -1610,7 +1610,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
      <listitem>
       <para>
        Increase <xref linkend="guc-max-wal-size"> 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>