1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

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
This commit is contained in:
Fujii Masao 2014-07-28 21:44:29 +09:00
parent a6c5674370
commit af9d51624e

View File

@ -545,7 +545,7 @@ SET ENABLE_SEQSCAN TO OFF;
<para> <para>
This parameter is irrelevant on systems, notably Solaris as of Solaris This parameter is irrelevant on systems, notably Solaris as of Solaris
10, that ignore socket permissions entirely. There, one can achieve a 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. directory having search permission limited to the desired audience.
This parameter is also irrelevant on Windows, which does not have This parameter is also irrelevant on Windows, which does not have
Unix-domain sockets. Unix-domain sockets.