Skip to content

Commit 1cdbf7f

Browse files
committed
Fix typos and grammar in documentation and code comments
Comment fixes are applied on HEAD, and documentation improvements are applied on back-branches where needed. Author: Justin Pryzby Discussion: https://postgr.es/m/20210408164008.GJ6592@telsasoft.com Backpatch-through: 9.6
1 parent df97ee6 commit 1cdbf7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/maintenance.sgml

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

doc/src/sgml/ref/createuser.sgml

+1-1
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</> privilege.
4646
Being a superuser implies the ability to bypass all access permission
47-
checks within the database, so superuserdom should not be granted lightly.
47+
checks within the database, so superuser access should not be granted lightly.
4848
</para>
4949

5050
<para>

0 commit comments

Comments
 (0)