Document platform-specificity of unix_socket_permissions.

Back-patch to 8.4 (all supported versions).
This commit is contained in:
Noah Misch 2014-03-29 00:52:31 -04:00
parent 8f9f73d1e3
commit 7907098908

View File

@ -469,6 +469,15 @@ SET ENABLE_SEQSCAN TO OFF;
<para> <para>
This parameter can only be set at server start. This parameter can only be set at server start.
</para> </para>
<para>
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> </listitem>
</varlistentry> </varlistentry>