diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-07-28 21:44:29 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-07-28 21:44:29 +0900 |
commit | af9d51624e1147dd9773162a7680a532954ab2eb (patch) | |
tree | f44d05fb55762af6af76f4a07a32ec91bc11f4e8 | |
parent | a6c5674370c7892c450b2f6475c981a730a40dfd (diff) |
Fix typo in doc.
unix_socket_directories was introduced in 9.3, but the document
in older versions wrongly have mentioned it. This commit replaces
it with the correct older name unix_socket_directory.
This is applied to only 9.2 and older supported versions.
Guillaume Lelarge
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index ccaeeb48b81..23343eef93e 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -545,7 +545,7 @@ SET ENABLE_SEQSCAN TO OFF; <para> 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 + similar effect by pointing <varname>unix_socket_directory</> 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. |