Thanks to visit codestin.com Credit goes to github.com
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 952f015 commit c1932ecCopy full SHA for c1932ec
doc/src/sgml/config.sgml
@@ -543,7 +543,11 @@ SET ENABLE_SEQSCAN TO OFF;
543
</para>
544
545
<para>
546
- This parameter is irrelevant on Windows, which does not have
+ This parameter is irrelevant on systems, notably Solaris as of Solaris
547
+ 10, that ignore socket permissions entirely. There, one can achieve a
548
+ similar effect by pointing <varname>unix_socket_directories</> to a
549
+ directory having search permission limited to the desired audience.
550
+ This parameter is also irrelevant on Windows, which does not have
551
Unix-domain sockets.
552
553
</listitem>
0 commit comments