Document platform-specificity of unix_socket_permissions.

Back-patch to 8.4 (all supported versions).
REL9_1_STABLE
Noah Misch 12 years ago
parent a0a9928471
commit 733c2a48c9
  1. 6
      doc/src/sgml/config.sgml

@ -507,7 +507,11 @@ SET ENABLE_SEQSCAN TO OFF;
</para>
<para>
This parameter is irrelevant on Windows, which does not have
This parameter is irrelevant on systems, notably Solaris as of Solaris
10, that ignore socket permissions entirely. There, one can achieve a
similar effect by pointing <varname>unix_socket_directories</> to a
directory having search permission limited to the desired audience.
This parameter is also irrelevant on Windows, which does not have
Unix-domain sockets.
</para>
</listitem>

Loading…
Cancel
Save