]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Improve some grammar and sentences
authorMichael Paquier <michael@paquier.xyz>
Tue, 29 Dec 2020 09:19:11 +0000 (18:19 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 29 Dec 2020 09:19:11 +0000 (18:19 +0900)
90fbf7c has taken care of that for HEAD.  This includes the portion of
the fixes that applies to the documentation, where needed depending on
the branch.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20201227202604.GC26311@telsasoft.com
Backpatch-through: 9.5

doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/sources.sgml

index d1949c16280e3123909e8268874f42218e6137f0..bfe55ceb7b4fa733d6422005bb31ac80c75b21a2 100644 (file)
@@ -626,7 +626,7 @@ PostgreSQL documentation
       <listitem>
        <para>
         Specify the compression level to use.  Zero means no compression.
-        For the custom archive format, this specifies compression of
+        For the custom and directory archive formats, this specifies compression of
         individual table-data segments, and the default is to compress
         at a moderate level.
         For plain text output, setting a nonzero compression level causes
index bce3bcb83269b1e4f72dba1c6fe582abd62e35c1..5080fbecb7eb13714b6d6a9b0bd143840c924215 100644 (file)
@@ -103,7 +103,7 @@ less -x4
     message text.  In addition there are optional elements, the most
     common of which is an error identifier code that follows the SQL spec's
     SQLSTATE conventions.
-    <function>ereport</function> itself is just a shell macro, that exists
+    <function>ereport</function> itself is just a shell macro that exists
     mainly for the syntactic convenience of making message generation
     look like a single function call in the C source code.  The only parameter
     accepted directly by <function>ereport</function> is the severity level.