Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8d49bf1

Browse files
committed
Fix typo in doc.
unix_socket_directories was introduced in 9.3, but the documentin older versions wrongly have mentioned it. This commit replacesit with the correct older name unix_socket_directory.This is applied to only 9.2 and older supported versions.Guillaume Lelarge
1 parent40c333c commit8d49bf1

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)

[8]ページ先頭

©2009-2025 Movatter.jp