mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
doc: Spell checking
This commit is contained in:
parent
8cea55e99b
commit
90b2d8c1ad
@ -4,7 +4,7 @@
|
|||||||
* Track statement planning and execution times as well as resource
|
* Track statement planning and execution times as well as resource
|
||||||
* usage across a whole database cluster.
|
* usage across a whole database cluster.
|
||||||
*
|
*
|
||||||
* Execution costs are totalled for each distinct source query, and kept in
|
* Execution costs are totaled for each distinct source query, and kept in
|
||||||
* a shared hashtable. (We track only as many distinct queries as will fit
|
* a shared hashtable. (We track only as many distinct queries as will fit
|
||||||
* in the designated amount of shared memory.)
|
* in the designated amount of shared memory.)
|
||||||
*
|
*
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<sect1 id="backup-manifest-toplevel">
|
<sect1 id="backup-manifest-toplevel">
|
||||||
<title>Backup Manifest Toplevel Object</title>
|
<title>Backup Manifest Top-level Object</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The backup manifest JSON document contains the following keys.
|
The backup manifest JSON document contains the following keys.
|
||||||
@ -93,7 +93,7 @@
|
|||||||
Normally, the <literal>Path</literal> key will be present. The
|
Normally, the <literal>Path</literal> key will be present. The
|
||||||
associated string value is the path of the file relative to the root
|
associated string value is the path of the file relative to the root
|
||||||
of the backup directory. Files located in a user-defined tablespace
|
of the backup directory. Files located in a user-defined tablespace
|
||||||
will have paths whose first two components are pg_tblspc and the OID
|
will have paths whose first two components are <filename>pg_tblspc</filename> and the OID
|
||||||
of the tablespace. If the path is not a string that is legal in UTF-8,
|
of the tablespace. If the path is not a string that is legal in UTF-8,
|
||||||
or if the user requests that encoded paths be used for all files, then
|
or if the user requests that encoded paths be used for all files, then
|
||||||
the <literal>Encoded-Path</literal> key will be present instead. This
|
the <literal>Encoded-Path</literal> key will be present instead. This
|
||||||
|
@ -1646,7 +1646,7 @@
|
|||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
Average number of transactions that are executed per second,
|
Average number of transactions that are executed per second,
|
||||||
totalled across all sessions active for a measured run.
|
totaled across all sessions active for a measured run.
|
||||||
This is used as a measure of the performance characteristics of
|
This is used as a measure of the performance characteristics of
|
||||||
an instance.
|
an instance.
|
||||||
</para>
|
</para>
|
||||||
|
@ -2474,7 +2474,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
|
|||||||
<para>
|
<para>
|
||||||
Number of transactions spilled to disk after the memory used by
|
Number of transactions spilled to disk after the memory used by
|
||||||
logical decoding exceeds <literal>logical_decoding_work_mem</literal>. The
|
logical decoding exceeds <literal>logical_decoding_work_mem</literal>. The
|
||||||
counter gets incremented both for toplevel transactions and
|
counter gets incremented both for top-level transactions and
|
||||||
subtransactions.
|
subtransactions.
|
||||||
</para></entry>
|
</para></entry>
|
||||||
</row>
|
</row>
|
||||||
|
@ -788,7 +788,7 @@ PostgreSQL documentation
|
|||||||
<para>
|
<para>
|
||||||
When <option>--include-foreign-data</option> is specified,
|
When <option>--include-foreign-data</option> is specified,
|
||||||
<application>pg_dump</application> does not check that the foreign
|
<application>pg_dump</application> does not check that the foreign
|
||||||
table is writeable. Therefore, there is no guarantee that the
|
table is writable. Therefore, there is no guarantee that the
|
||||||
results of a foreign table dump can be successfully restored.
|
results of a foreign table dump can be successfully restored.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
|
@ -93,7 +93,7 @@ PostgreSQL documentation
|
|||||||
<literal>backup_manifest</literal> contains information about which
|
<literal>backup_manifest</literal> contains information about which
|
||||||
write-ahead log records will be needed, and
|
write-ahead log records will be needed, and
|
||||||
<literal>pg_verifybackup</literal> will use that information to
|
<literal>pg_verifybackup</literal> will use that information to
|
||||||
invoke <literal>pg_waldump</literal> to parse those write-ahed log
|
invoke <literal>pg_waldump</literal> to parse those write-ahead log
|
||||||
records. The <literal>--quiet</literal> flag will be used, so that
|
records. The <literal>--quiet</literal> flag will be used, so that
|
||||||
<literal>pg_waldump</literal> will only report errors, without producing
|
<literal>pg_waldump</literal> will only report errors, without producing
|
||||||
any other output. While this level of verification is sufficient to
|
any other output. While this level of verification is sufficient to
|
||||||
|
@ -1886,7 +1886,7 @@ SELECT 4 AS four \; SELECT 5 AS five \aset
|
|||||||
<returnvalue>integer</returnvalue>
|
<returnvalue>integer</returnvalue>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Computes a gaussian-distributed random integer in <literal>[lb,
|
Computes a Gaussian-distributed random integer in <literal>[lb,
|
||||||
ub]</literal>, see below.
|
ub]</literal>, see below.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user