Skip to content

Commit 8d49bf1

Browse files
committed
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
1 parent 40c333c commit 8d49bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ SET ENABLE_SEQSCAN TO OFF;
509509
<para>
510510
This parameter is irrelevant on systems, notably Solaris as of Solaris
511511
10, that ignore socket permissions entirely. There, one can achieve a
512-
similar effect by pointing <varname>unix_socket_directories</> to a
512+
similar effect by pointing <varname>unix_socket_directory</> to a
513513
directory having search permission limited to the desired audience.
514514
This parameter is also irrelevant on Windows, which does not have
515515
Unix-domain sockets.

0 commit comments

Comments
 (0)