mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Fix some typos
Author: Guillaume Lelarge Discussion: https://postgr.es/m/CAECtzeWPz4JikzUqZdMjqPTe8dAP3nZxPD-58Y-Hhvirg0fF+A@mail.gmail.com
This commit is contained in:
parent
a806b14a11
commit
b880e22de4
@ -174,7 +174,7 @@
|
||||
</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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user