]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typos and grammar in documentation and code comments
authorMichael Paquier <michael@paquier.xyz>
Fri, 9 Apr 2021 04:53:38 +0000 (13:53 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 9 Apr 2021 04:53:38 +0000 (13:53 +0900)
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

doc/src/sgml/maintenance.sgml
doc/src/sgml/ref/createuser.sgml

index 3da64a2a4317f79d1850377626336f3bf8e44878..70335bdaf58fb9b8643d7d915caa4b556093a5bc 100644 (file)
     never issue <command>VACUUM FULL</>.  In this approach, the idea
     is not to keep tables at their minimum size, but to maintain steady-state
     usage of disk space: each table occupies space equivalent to its
-    minimum size plus however much space gets used up between vacuumings.
+    minimum size plus however much space gets used up between vacuum runs.
     Although <command>VACUUM FULL</> can be used to shrink a table back
     to its minimum size and return the disk space to the operating system,
     there is not much point in this if the table will just grow again in the
index 4332008c68bd69d1192d730d5cf1d66b4d147ca8..48cd2b39e2b149ce402d971f26220570745fab54 100644 (file)
@@ -44,7 +44,7 @@ PostgreSQL documentation
    If you wish to create a new superuser, you must connect as a
    superuser, not merely with <literal>CREATEROLE</> privilege.
    Being a superuser implies the ability to bypass all access permission
-   checks within the database, so superuserdom should not be granted lightly.
+   checks within the database, so superuser access should not be granted lightly.
   </para>
 
   <para>