Skip to content

Commit af9d516

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 a6c5674 commit af9d516

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
@@ -545,7 +545,7 @@ SET ENABLE_SEQSCAN TO OFF;
545545
<para>
546546
This parameter is irrelevant on systems, notably Solaris as of Solaris
547547
10, that ignore socket permissions entirely. There, one can achieve a
548-
similar effect by pointing <varname>unix_socket_directories</> to a
548+
similar effect by pointing <varname>unix_socket_directory</> to a
549549
directory having search permission limited to the desired audience.
550550
This parameter is also irrelevant on Windows, which does not have
551551
Unix-domain sockets.

0 commit comments

Comments
 (0)