Skip to content
Snippets Groups Projects
Commit c1932ec9 authored by Noah Misch's avatar Noah Misch
Browse files

Document platform-specificity of unix_socket_permissions.

Back-patch to 8.4 (all supported versions).
parent 952f0153
No related branches found
No related tags found
No related merge requests found
...@@ -543,7 +543,11 @@ SET ENABLE_SEQSCAN TO OFF; ...@@ -543,7 +543,11 @@ SET ENABLE_SEQSCAN TO OFF;
</para> </para>
<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. Unix-domain sockets.
</para> </para>
</listitem> </listitem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment