diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index db48f506e58..9a52f347ffd 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -503,7 +503,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.