Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd42978c

Browse files
committed
Fix typos and grammar in documentation and code comments
Comment fixes are applied on HEAD, and documentation improvements areapplied on back-branches where needed.Author: Justin PryzbyDiscussion:https://postgr.es/m/20210408164008.GJ6592@telsasoft.comBackpatch-through: 9.6
1 parent847612f commitd42978c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎doc/src/sgml/maintenance.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
never issue <command>VACUUM FULL</command>. In this approach, the idea
186186
is not to keep tables at their minimum size, but to maintain steady-state
187187
usage of disk space: each table occupies space equivalent to its
188-
minimum size plus however much space gets used up betweenvacuumings.
188+
minimum size plus however much space gets used up betweenvacuum runs.
189189
Although <command>VACUUM FULL</command> can be used to shrink a table back
190190
to its minimum size and return the disk space to the operating system,
191191
there is not much point in this if the table will just grow again in the

‎doc/src/sgml/ref/create_table.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
14781478
</listitem>
14791479
</varlistentry>
14801480

1481-
<varlistentry id="reloption-autovacuum-vauum-scale-factor" xreflabel="autovacuum_vacuum_scale_factor">
1481+
<varlistentry id="reloption-autovacuum-vacuum-scale-factor" xreflabel="autovacuum_vacuum_scale_factor">
14821482
<term><literal>autovacuum_vacuum_scale_factor</literal>, <literal>toast.autovacuum_vacuum_scale_factor</literal> (<type>floating point</type>)
14831483
<indexterm>
14841484
<primary><varname>autovacuum_vacuum_scale_factor</varname> </primary>
@@ -1538,7 +1538,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
15381538
</listitem>
15391539
</varlistentry>
15401540

1541-
<varlistentry id="reloption-autovacuum-vauum-cost-limit" xreflabel="autovacuum_vacuum_cost_limit">
1541+
<varlistentry id="reloption-autovacuum-vacuum-cost-limit" xreflabel="autovacuum_vacuum_cost_limit">
15421542
<term><literal>autovacuum_vacuum_cost_limit</literal>, <literal>toast.autovacuum_vacuum_cost_limit</literal> (<type>integer</type>)
15431543
<indexterm>
15441544
<primary><varname>autovacuum_vacuum_cost_limit</varname></primary>

‎doc/src/sgml/ref/createuser.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PostgreSQL documentation
4444
If you wish to create a new superuser, you must connect as a
4545
superuser, not merely with <literal>CREATEROLE</literal> privilege.
4646
Being a superuser implies the ability to bypass all access permission
47-
checks within the database, sosuperuserdom should not be granted lightly.
47+
checks within the database, sosuperuser access should not be granted lightly.
4848
</para>
4949

5050
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp