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 5b668ac commit 2fa4243Copy full SHA for 2fa4243
doc/src/sgml/config.sgml
@@ -503,7 +503,11 @@ SET ENABLE_SEQSCAN TO OFF;
503
</para>
504
505
<para>
506
- This parameter is irrelevant on Windows, which does not have
+ This parameter is irrelevant on systems, notably Solaris as of Solaris
507
+ 10, that ignore socket permissions entirely. There, one can achieve a
508
+ similar effect by pointing <varname>unix_socket_directories</> to a
509
+ directory having search permission limited to the desired audience.
510
+ This parameter is also irrelevant on Windows, which does not have
511
Unix-domain sockets.
512
513
</listitem>
0 commit comments