8000 Document platform-specificity of unix_socket_permissions. · larkly/postgres-docker@7907098 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7907098

Browse files
committed
Document platform-specificity of unix_socket_permissions.
Back-patch to 8.4 (all supported versions).
1 parent 8f9f73d commit 7907098

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/src/sgml/config.sgml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,15 @@ SET ENABLE_SEQSCAN TO OFF;
469469
<para>
470470
This parameter can only be set at server start.
471471
</para>
472+
473+
<para>
474+
This parameter is irrelevant on systems, notably Solaris as of Solaris
475+
10, that ignore socket permissions entirely. There, one can achieve a
476+
similar effect by pointing <varname>unix_socket_directories</> to a
477+
directory having search permission limited to the desired audience.
478+
This parameter is also irrelevant on Windows, which does not have
479+
Unix-domain sockets.
480+
</para>
472481
</listitem>
473482
</varlistentry>
474483

0 commit comments

Comments
 (0)
0