File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4466,7 +4466,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
4466
4466
inherited columns are to be arranged. The count starts at 1.
4467
4467
</para>
4468
4468
<para>
4469
- Indexes can not have multiple inheritance, since they can only inherit
4469
+ Indexes cannot have multiple inheritance, since they can only inherit
4470
4470
when using declarative partitioning.
4471
4471
</para></entry>
4472
4472
</row>
Original file line number Diff line number Diff line change 358
358
<structfield>wal_bytes</structfield> <type>numeric</type>
359
359
</para>
360
360
<para>
361
- Total amount of WAL bytes generated by the statement
361
+ Total amount of WAL generated by the statement in bytes
362
362
</para></entry>
363
363
</row>
364
364
</tbody>
Original file line number Diff line number Diff line change @@ -198,9 +198,9 @@ ROLLBACK;
198
198
<listitem>
199
199
<para>
200
200
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
204
204
enabled. It defaults to <literal>FALSE</literal>.
205
205
</para>
206
206
</listitem>
Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ PostgreSQL documentation
630
630
<listitem>
631
631
<para>
632
632
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
634
634
individual table-data segments, and the default is to compress
635
635
at a moderate level.
636
636
For plain text output, setting a nonzero compression level causes
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ PostgreSQL documentation
40
40
41
41
<para>
42
42
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
44
44
every check which will be performed by a running server when attempting
45
45
to make use of the backup. Even if you use this tool, you should still
46
46
perform test restores and verify that the resulting databases work as
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ less -x4
103
103
message text. In addition there are optional elements, the most
104
104
common of which is an error identifier code that follows the SQL spec's
105
105
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
107
107
mainly for the syntactic convenience of making message generation
108
108
look like a single function call in the C source code. The only parameter
109
109
accepted directly by <function>ereport</function> is the severity level.
Original file line number Diff line number Diff line change 580
580
Independently of <varname>max_wal_size</varname>,
581
581
the most recent <xref linkend="guc-wal-keep-size"/> megabytes of
582
582
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
584
584
removed or recycled until they are archived. If WAL archiving cannot keep up
585
585
with the pace that WAL is generated, or if <varname>archive_command</varname>
586
586
fails repeatedly, old WAL files will accumulate in <filename>pg_wal</filename>
You can’t perform that action at this time.
0 commit comments