]> granicus.if.org Git - postgresql/commitdiff
Fix some typos
authorMichael Paquier <michael@paquier.xyz>
Sun, 9 Jun 2019 02:25:56 +0000 (11:25 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sun, 9 Jun 2019 02:25:56 +0000 (11:25 +0900)
Author: Guillaume Lelarge
Discussion: https://postgr.es/m/CAECtzeWPz4JikzUqZdMjqPTe8dAP3nZxPD-58Y-Hhvirg0fF+A@mail.gmail.com

doc/src/sgml/file-fdw.sgml
doc/src/sgml/runtime.sgml

index 2413089ffeb3cceb71f23946f7bac10b1a8c91bb..4c34ad9cc92011d001be4c09018a977d676ea0a5 100644 (file)
  </variablelist>
 
  <para>
-  <command>COPY</command>'s <literal>FORCE_QUOTE</literal> options is
+  <command>COPY</command>'s <literal>FORCE_QUOTE</literal> option is
   currently not supported by <literal>file_fdw</literal>.
  </para>
 
index 18c11a2bed1c64c81d78550ffc64892add2271d8..365ec75aad830e496fa13157317d7e48e19b4078 100644 (file)
@@ -753,7 +753,7 @@ psql: could not connect to server: No such file or directory
        <row>
         <entry><varname>SEMMNI</varname></entry>
         <entry>Maximum number of semaphore identifiers (i.e., sets)</entry>
-        <entry>at least <literal>ceil((max_connections + autovacuum_max_workers + wax_wal_senders + max_worker_processes + 5) / 16)</literal> plus room for other applications</entry>
+        <entry>at least <literal>ceil((max_connections + autovacuum_max_workers + max_wal_senders + max_worker_processes + 5) / 16)</literal> plus room for other applications</entry>
        </row>
 
        <row>