Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5253906

Browse files
committed
doc: Improve some grammar and sentences
90fbf7c has taken care of that for HEAD. This includes the portion of the fixes that applies to the documentation, where needed depending on the branch. Author: Justin Pryzby Discussion: https://postgr.es/m/20201227202604.GC26311@telsasoft.com Backpatch-through: 9.5
1 parent d05e14d commit 5253906

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4466,7 +4466,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
44664466
inherited columns are to be arranged. The count starts at 1.
44674467
</para>
44684468
<para>
4469-
Indexes can not have multiple inheritance, since they can only inherit
4469+
Indexes cannot have multiple inheritance, since they can only inherit
44704470
when using declarative partitioning.
44714471
</para></entry>
44724472
</row>

doc/src/sgml/pgstatstatements.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
<structfield>wal_bytes</structfield> <type>numeric</type>
359359
</para>
360360
<para>
361-
Total amount of WAL bytes generated by the statement
361+
Total amount of WAL generated by the statement in bytes
362362
</para></entry>
363363
</row>
364364
</tbody>

doc/src/sgml/ref/explain.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ ROLLBACK;
198198
<listitem>
199199
<para>
200200
Include information on WAL record generation. Specifically, include the
201-
number of records, number of full page images (fpi) and amount of WAL
202-
bytes generated. In text format, only non-zero values are printed. This
203-
parameter may only be used when <literal>ANALYZE</literal> is also
201+
number of records, number of full page images (fpi) and the amount of WAL
202+
generated in bytes. In text format, only non-zero values are printed.
203+
This parameter may only be used when <literal>ANALYZE</literal> is also
204204
enabled. It defaults to <literal>FALSE</literal>.
205205
</para>
206206
</listitem>

doc/src/sgml/ref/pg_dump.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ PostgreSQL documentation
630630
<listitem>
631631
<para>
632632
Specify the compression level to use. Zero means no compression.
633-
For the custom archive format, this specifies compression of
633+
For the custom and directory archive formats, this specifies compression of
634634
individual table-data segments, and the default is to compress
635635
at a moderate level.
636636
For plain text output, setting a nonzero compression level causes

doc/src/sgml/ref/pg_verifybackup.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PostgreSQL documentation
4040

4141
<para>
4242
It is important to note that the validation which is performed by
43-
<application>pg_verifybackup</application> does not and can not include
43+
<application>pg_verifybackup</application> does not and cannot include
4444
every check which will be performed by a running server when attempting
4545
to make use of the backup. Even if you use this tool, you should still
4646
perform test restores and verify that the resulting databases work as

doc/src/sgml/sources.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ less -x4
103103
message text. In addition there are optional elements, the most
104104
common of which is an error identifier code that follows the SQL spec's
105105
SQLSTATE conventions.
106-
<function>ereport</function> itself is just a shell macro, that exists
106+
<function>ereport</function> itself is just a shell macro that exists
107107
mainly for the syntactic convenience of making message generation
108108
look like a single function call in the C source code. The only parameter
109109
accepted directly by <function>ereport</function> is the severity level.

doc/src/sgml/wal.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580
Independently of <varname>max_wal_size</varname>,
581581
the most recent <xref linkend="guc-wal-keep-size"/> megabytes of
582582
WAL files plus one additional WAL file are
583-
kept at all times. Also, if WAL archiving is used, old segments can not be
583+
kept at all times. Also, if WAL archiving is used, old segments cannot be
584584
removed or recycled until they are archived. If WAL archiving cannot keep up
585585
with the pace that WAL is generated, or if <varname>archive_command</varname>
586586
fails repeatedly, old WAL files will accumulate in <filename>pg_wal</filename>

0 commit comments

Comments
 (0)