From ccf2b008650db4aca0c97a11e7ae76b8c76bb200 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Mon, 28 Jul 2014 21:44:29 +0900 Subject: [PATCH] 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 --- doc/src/sgml/config.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 5641c1a2ae..2843d14457 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -505,7 +505,7 @@ SET ENABLE_SEQSCAN TO OFF; 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 + similar effect by pointing 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. -- 2.50.0