Commit b880e22d authored by Michael Paquier's avatar Michael Paquier
parent a806b14a
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
</variablelist> </variablelist>
<para> <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>. currently not supported by <literal>file_fdw</literal>.
</para> </para>
......
...@@ -753,7 +753,7 @@ psql: could not connect to server: No such file or directory ...@@ -753,7 +753,7 @@ psql: could not connect to server: No such file or directory
<row> <row>
<entry><varname>SEMMNI</varname></entry> <entry><varname>SEMMNI</varname></entry>
<entry>Maximum number of semaphore identifiers (i.e., sets)</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>
<row> <row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment