mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
Fix some trailing whitespace in documentation files
This commit is contained in:
@@ -375,7 +375,7 @@ NET STOP postgresql-&majorversion;
|
||||
<quote>Latest checkpoint location</quote> values match in all clusters.
|
||||
(There will be a mismatch if old standby servers were shut down
|
||||
before the old primary or if the old standby servers are still running.)
|
||||
Also, make sure <varname>wal_level</varname> is not set to
|
||||
Also, make sure <varname>wal_level</varname> is not set to
|
||||
<literal>minimal</literal> in the <filename>postgresql.conf</filename> file on the
|
||||
new primary cluster.
|
||||
</para>
|
||||
|
||||
@@ -1937,7 +1937,7 @@ testdb=>
|
||||
The status of each kind of extended statistics is shown in a column
|
||||
named after its statistic kind (e.g. Ndistinct).
|
||||
"defined" means that it was requested when creating the statistics,
|
||||
and NULL means it wasn't requested.
|
||||
and NULL means it wasn't requested.
|
||||
You can use pg_stats_ext if you'd like to know whether <link linkend="sql-analyze">
|
||||
<command>ANALYZE</command></link> was run and statistics are available to the
|
||||
planner.
|
||||
|
||||
@@ -224,7 +224,7 @@ REINDEX [ ( <replaceable class="parameter">option</replaceable> [, ...] ) ] { IN
|
||||
<term><replaceable class="parameter">new_tablespace</replaceable></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The tablespace where indexes will be rebuilt.
|
||||
The tablespace where indexes will be rebuilt.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@@ -398,7 +398,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ <replaceable class="paramet
|
||||
<literal>FULL</literal> option will report its progress in the
|
||||
<structname>pg_stat_progress_vacuum</structname> view. Backends running
|
||||
<command>VACUUM FULL</command> will instead report their progress in the
|
||||
<structname>pg_stat_progress_cluster</structname> view. See
|
||||
<structname>pg_stat_progress_cluster</structname> view. See
|
||||
<xref linkend="vacuum-progress-reporting"/> and
|
||||
<xref linkend="cluster-progress-reporting"/> for details.
|
||||
</para>
|
||||
|
||||
Reference in New Issue
Block a user