diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-09-01 22:59:27 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-09-01 23:12:32 -0400 |
commit | 2efd54b45a892661c50a87c1cf78e964fa2b7e00 (patch) | |
tree | 410f37da0e5f2a08bd241f3d14d3b8998fea9705 | |
parent | 1305186de4257cb342bc3b8b0b899cfc00e79c7d (diff) | |
download | postgresql-2efd54b45a892661c50a87c1cf78e964fa2b7e00.tar.gz postgresql-2efd54b45a892661c50a87c1cf78e964fa2b7e00.zip |
doc: Fix typos and other minor issues
Author: Alexander Lakhin <exclusion@gmail.com>
-rw-r--r-- | doc/src/sgml/event-trigger.sgml | 1 | ||||
-rw-r--r-- | doc/src/sgml/logicaldecoding.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/perform.sgml | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/event-trigger.sgml b/doc/src/sgml/event-trigger.sgml index 3ed14f08c0f..c7b880d7c9c 100644 --- a/doc/src/sgml/event-trigger.sgml +++ b/doc/src/sgml/event-trigger.sgml @@ -565,6 +565,7 @@ <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> diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml index 59dd84a7b6f..5ae73cb7450 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="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. diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml/perform.sgml index 7bcbfa76112..a99abdda0c8 100644 --- a/doc/src/sgml/perform.sgml +++ b/doc/src/sgml/perform.sgml @@ -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> |