Fix typo in doc.
authorFujii Masao <fujii@postgresql.org>
Mon, 28 Jul 2014 12:44:29 +0000 (21:44 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 28 Jul 2014 12:46:38 +0000 (21:46 +0900)
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

index 5641c1a2ae66267a368d70ca53f3f72523477cfc..2843d144571d1b080f4c91e26b57457de55a5c29 100644 (file)
@@ -505,7 +505,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.