]> 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:33 +0000 (13:53 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 9 Apr 2021 04:53:33 +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 5f739a96c792f366ad2988cd064be8f190a43393..52d3432aef28473d3063395cfdbdbcc980bef788 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 fda77976ff29f479a8154b70fffb55041fc10d18..ae0fde7a188cc20c7db3707ce531b53a5712c378 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>