From: Noah Misch Date: Sat, 29 Mar 2014 04:52:31 +0000 (-0400) Subject: Document platform-specificity of unix_socket_permissions. X-Git-Tag: REL9_1_14~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=733c2a48c9357c60b1bd61892c8106419a23feb4;p=thirdparty%2Fpostgresql.git Document platform-specificity of unix_socket_permissions. Back-patch to 8.4 (all supported versions). --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index d3ac7c5230b..bcaa088a2bb 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -507,7 +507,11 @@ SET ENABLE_SEQSCAN TO OFF; - 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 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.