Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 991a5ba

Browse files
committed
doc: Fix typos and other minor issues
Author: Alexander Lakhin <exclusion@gmail.com>
1 parent 3a0f8e7 commit 991a5ba

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/src/sgml/event-trigger.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@
565565
<entry align="center"><literal>X</literal></entry>
566566
<entry align="center"><literal>-</literal></entry>
567567
<entry align="center"><literal>-</literal></entry>
568+
<entry align="center"></entry>
568569
</row>
569570
<row>
570571
<entry align="left"><literal>CREATE USER MAPPING</literal></entry>

doc/src/sgml/logicaldecoding.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot
338338
<para>
339339
The <link linkend="view-pg-replication-slots"><structname>pg_replication_slots</structname></link>
340340
view and the
341-
<link linkend="monitoring-stats-views-table"><structname>pg_stat_replication</structname></link>
341+
<link linkend="pg-stat-replication-view"><structname>pg_stat_replication</structname></link>
342342
view provide information about the current state of replication slots and
343343
streaming replication connections respectively. These views apply to both physical and
344344
logical replication.

doc/src/sgml/perform.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
16101610
<listitem>
16111611
<para>
16121612
Increase <xref linkend="guc-max-wal-size"> and <xref
1613-
linkend="guc-checkpoint-timeout"> ; this reduces the frequency
1613+
linkend="guc-checkpoint-timeout">; this reduces the frequency
16141614
of checkpoints, but increases the storage requirements of
16151615
<filename>/pg_xlog</>.
16161616
</para>

0 commit comments

Comments
 (0)