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