1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

doc: Fix typos and other minor issues

Author: Alexander Lakhin <exclusion@gmail.com>
This commit is contained in:
Peter Eisentraut
2017-09-01 22:59:27 -04:00
parent 1305186de4
commit 2efd54b45a
3 changed files with 3 additions and 2 deletions

View File

@ -565,6 +565,7 @@
<entry align="center"><literal>X</literal></entry> <entry align="center"><literal>X</literal></entry>
<entry align="center"><literal>-</literal></entry> <entry align="center"><literal>-</literal></entry>
<entry align="center"><literal>-</literal></entry> <entry align="center"><literal>-</literal></entry>
<entry align="center"></entry>
</row> </row>
<row> <row>
<entry align="left"><literal>CREATE USER MAPPING</literal></entry> <entry align="left"><literal>CREATE USER MAPPING</literal></entry>

View File

@ -326,7 +326,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot
<para> <para>
The <link linkend="view-pg-replication-slots"><structname>pg_replication_slots</structname></link> The <link linkend="view-pg-replication-slots"><structname>pg_replication_slots</structname></link>
view and the 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 view provide information about the current state of replication slots and
streaming replication connections respectively. These views apply to both physical and streaming replication connections respectively. These views apply to both physical and
logical replication. logical replication.

View File

@ -1610,7 +1610,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
<listitem> <listitem>
<para> <para>
Increase <xref linkend="guc-max-wal-size"> and <xref 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 of checkpoints, but increases the storage requirements of
<filename>/pg_xlog</>. <filename>/pg_xlog</>.
</para> </para>