We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9f73d commit 7907098Copy full SHA for 7907098
doc/src/sgml/config.sgml
@@ -469,6 +469,15 @@ SET ENABLE_SEQSCAN TO OFF;
469
<para>
470
This parameter can only be set at server start.
471
</para>
472
+
473
+ <para>
474
+ This parameter is irrelevant on systems, notably Solaris as of Solaris
475
+ 10, that ignore socket permissions entirely. There, one can achieve a
476
+ similar effect by pointing <varname>unix_socket_directories</> to a
477
+ directory having search permission limited to the desired audience.
478
+ This parameter is also irrelevant on Windows, which does not have
479
+ Unix-domain sockets.
480
+ </para>
481
</listitem>
482
</varlistentry>
483
0 commit comments