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

Commitccf2b00

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 parent561ac1b commitccf2b00

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp