Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
90b2d8c1
Commit
90b2d8c1
authored
Jul 05, 2020
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Spell checking
parent
8cea55e9
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
17 additions
and
17 deletions
+17
-17
contrib/pg_stat_statements/pg_stat_statements.c
contrib/pg_stat_statements/pg_stat_statements.c
+1
-1
doc/src/sgml/backup-manifest.sgml
doc/src/sgml/backup-manifest.sgml
+2
-2
doc/src/sgml/extend.sgml
doc/src/sgml/extend.sgml
+1
-1
doc/src/sgml/fdwhandler.sgml
doc/src/sgml/fdwhandler.sgml
+1
-1
doc/src/sgml/glossary.sgml
doc/src/sgml/glossary.sgml
+3
-3
doc/src/sgml/maintenance.sgml
doc/src/sgml/maintenance.sgml
+1
-1
doc/src/sgml/monitoring.sgml
doc/src/sgml/monitoring.sgml
+1
-1
doc/src/sgml/ref/create_table.sgml
doc/src/sgml/ref/create_table.sgml
+2
-2
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dump.sgml
+1
-1
doc/src/sgml/ref/pg_verifybackup.sgml
doc/src/sgml/ref/pg_verifybackup.sgml
+3
-3
doc/src/sgml/ref/pgbench.sgml
doc/src/sgml/ref/pgbench.sgml
+1
-1
No files found.
contrib/pg_stat_statements/pg_stat_statements.c
View file @
90b2d8c1
...
@@ -4,7 +4,7 @@
...
@@ -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 total
l
ed 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.)
*
*
...
...
doc/src/sgml/backup-manifest.sgml
View file @
90b2d8c1
...
@@ -26,7 +26,7 @@
...
@@ -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 @@
...
@@ -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
...
...
doc/src/sgml/extend.sgml
View file @
90b2d8c1
...
@@ -767,7 +767,7 @@ RETURNS anycompatible AS ...
...
@@ -767,7 +767,7 @@ RETURNS anycompatible AS ...
<literal>false</literal>.
<literal>false</literal>.
Generally, this should not be set true for extensions that could
Generally, this should not be set true for extensions that could
allow access to otherwise-superuser-only abilities, such as
allow access to otherwise-superuser-only abilities, such as
filesystem access.
file
system access.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
doc/src/sgml/fdwhandler.sgml
View file @
90b2d8c1
...
@@ -450,7 +450,7 @@ AddForeignUpdateTargets(Query *parsetree,
...
@@ -450,7 +450,7 @@ AddForeignUpdateTargets(Query *parsetree,
generate junk columns of these names.
generate junk columns of these names.
If the extra expressions are more complex than simple Vars, they
If the extra expressions are more complex than simple Vars, they
must be run through <function>eval_const_expressions</function>
must be run through <function>eval_const_expressions</function>
before adding them to the targetlist.
before adding them to the target
list.
</para>
</para>
<para>
<para>
...
...
doc/src/sgml/glossary.sgml
View file @
90b2d8c1
...
@@ -432,7 +432,7 @@
...
@@ -432,7 +432,7 @@
<glossterm>Data directory</glossterm>
<glossterm>Data directory</glossterm>
<glossdef>
<glossdef>
<para>
<para>
The base directory on the filesystem of a
The base directory on the file
system of a
<glossterm linkend="glossary-server">server</glossterm> that contains all
<glossterm linkend="glossary-server">server</glossterm> that contains all
data files and subdirectories associated with a
data files and subdirectories associated with a
<glossterm linkend="glossary-db-cluster">database cluster</glossterm>
<glossterm linkend="glossary-db-cluster">database cluster</glossterm>
...
@@ -1548,7 +1548,7 @@
...
@@ -1548,7 +1548,7 @@
<glossterm>Tablespace</glossterm>
<glossterm>Tablespace</glossterm>
<glossdef>
<glossdef>
<para>
<para>
A named location on the server filesystem.
A named location on the server file
system.
All <glossterm linkend="glossary-sql-object">SQL objects</glossterm>
All <glossterm linkend="glossary-sql-object">SQL objects</glossterm>
which require storage beyond their definition in the
which require storage beyond their definition in the
<glossterm linkend="glossary-system-catalog">system catalog</glossterm>
<glossterm linkend="glossary-system-catalog">system catalog</glossterm>
...
@@ -1646,7 +1646,7 @@
...
@@ -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,
total
l
ed 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>
...
...
doc/src/sgml/maintenance.sgml
View file @
90b2d8c1
...
@@ -998,7 +998,7 @@ pg_ctl start | rotatelogs /var/log/pgsql_log 86400
...
@@ -998,7 +998,7 @@ pg_ctl start | rotatelogs /var/log/pgsql_log 86400
In this case, log messages are sent to the old log file until a
In this case, log messages are sent to the old log file until a
successful log rotation. If <application>logrotate</application> is
successful log rotation. If <application>logrotate</application> is
configured to compress the log file and delete it, the server may lose
configured to compress the log file and delete it, the server may lose
the messages logged in this timeframe. To avoid this issue, you can
the messages logged in this time
frame. To avoid this issue, you can
configure the logging collector to dynamically assign log file names
configure the logging collector to dynamically assign log file names
and use a <literal>prerotate</literal> script to ignore open log files.
and use a <literal>prerotate</literal> script to ignore open log files.
</para>
</para>
...
...
doc/src/sgml/monitoring.sgml
View file @
90b2d8c1
...
@@ -2474,7 +2474,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
...
@@ -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>
...
...
doc/src/sgml/ref/create_table.sgml
View file @
90b2d8c1
...
@@ -1364,8 +1364,8 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
...
@@ -1364,8 +1364,8 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
This only affects columns marked as either External or Extended
This only affects columns marked as either External or Extended
and applies only to new tuples; there is no effect on existing rows.
and applies only to new tuples; there is no effect on existing rows.
By default this parameter is set to allow at least 4 tuples per block,
By default this parameter is set to allow at least 4 tuples per block,
which with the default blocksize will be 2040 bytes. Valid values are
which with the default block
size will be 2040 bytes. Valid values are
between 128 bytes and the (blocksize - header), by default 8160 bytes.
between 128 bytes and the (block
size - header), by default 8160 bytes.
Changing this value may not be useful for very short or very long rows.
Changing this value may not be useful for very short or very long rows.
Note that the default setting is often close to optimal, and
Note that the default setting is often close to optimal, and
it is possible that setting this parameter could have negative
it is possible that setting this parameter could have negative
...
...
doc/src/sgml/ref/pg_dump.sgml
View file @
90b2d8c1
...
@@ -788,7 +788,7 @@ PostgreSQL documentation
...
@@ -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 writ
e
able. 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>
...
...
doc/src/sgml/ref/pg_verifybackup.sgml
View file @
90b2d8c1
...
@@ -93,7 +93,7 @@ PostgreSQL documentation
...
@@ -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-ahe
a
d 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
...
@@ -143,13 +143,13 @@ PostgreSQL documentation
...
@@ -143,13 +143,13 @@ PostgreSQL documentation
<listitem>
<listitem>
<para>
<para>
Ignore the specified file or directory, which should be expressed
Ignore the specified file or directory, which should be expressed
as a relative pathname, when comparing the list of data files
as a relative path
name, when comparing the list of data files
actually present in the backup to those listed in the
actually present in the backup to those listed in the
<literal>backup_manifest</literal> file. If a directory is
<literal>backup_manifest</literal> file. If a directory is
specified, this option affects the entire subtree rooted at that
specified, this option affects the entire subtree rooted at that
location. Complaints about extra files, missing files, file size
location. Complaints about extra files, missing files, file size
differences, or checksum mismatches will be suppressed if the
differences, or checksum mismatches will be suppressed if the
relative path
name matches the specified path
name. This option
relative path
name matches the specified path
name. This option
can be specified multiple times.
can be specified multiple times.
</para>
</para>
</listitem>
</listitem>
...
...
doc/src/sgml/ref/pgbench.sgml
View file @
90b2d8c1
...
@@ -1886,7 +1886,7 @@ SELECT 4 AS four \; SELECT 5 AS five \aset
...
@@ -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
g
aussian-distributed random integer in <literal>[lb,
Computes a
G
aussian-distributed random integer in <literal>[lb,
ub]</literal>, see below.
ub]</literal>, see below.
</para>
</para>
<para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment