]> 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:27 +0000 (13:53 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 9 Apr 2021 04:53:27 +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 fb08c9ece1493a1c31bf66e809010ac721606eb2..a43f25a52c2c0ea5c2d58a245a62538068523fa7 100644 (file)
     never issue <command>VACUUM FULL</command>.  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</command> 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 22ee99f2cc41c6e1a2a7c8f108a1a839ba5337bc..60191a3dc99eac8312222ceef54f32b761e6b6c0 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</literal> 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>