diff options
author | Noah Misch <noah@leadboat.com> | 2014-03-29 00:52:31 -0400 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2014-03-29 00:52:31 -0400 |
commit | fbd32b0cab806a2244bd5171e4b60e53f4a9dfe7 (patch) | |
tree | 4e2af16d757e0ec53a61beb3e2f7bb3c766c677b /doc/src | |
parent | 7ed908be41fbca1635d34f97138abb13beab8b24 (diff) | |
download | postgresql-fbd32b0cab806a2244bd5171e4b60e53f4a9dfe7.tar.gz postgresql-fbd32b0cab806a2244bd5171e4b60e53f4a9dfe7.zip |
Document platform-specificity of unix_socket_permissions.
Back-patch to 8.4 (all supported versions).
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 4eff91ebdcd..1c25ded436d 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -640,7 +640,11 @@ include 'filename' </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. </para> </listitem> |