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

Commitc227ccc

Browse files
committed
Document that 'sslmode' is ignored for Unix domain socket communication;
backpatch to 8.3.X.
1 parentb6cb3d0 commitc227ccc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.266 2008/10/27 09:42:31 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.267 2008/11/04 22:36:07 momjian Exp $ -->
22

33
<chapter id="libpq">
44
<title><application>libpq</application> - C Library</title>
@@ -233,8 +233,8 @@
233233
<term><literal>sslmode</literal></term>
234234
<listitem>
235235
<para>
236-
This option determines whether or with what priorityan
237-
<acronym>SSL</> connection will be negotiated with the
236+
This option determines whether or with what prioritya
237+
<acronym>SSL</>TCP/IPconnection will be negotiated with the
238238
server. There are four modes: <literal>disable</> will attempt
239239
only an unencrypted <acronym>SSL</> connection;
240240
<literal>allow</> will negotiate, trying first a
@@ -243,7 +243,8 @@
243243
will negotiate, trying first an <acronym>SSL</> connection,
244244
then if that fails, trying a regular non-<acronym>SSL</>
245245
connection; <literal>require</> will try only an
246-
<acronym>SSL</> connection.
246+
<acronym>SSL</> connection. <literal>sslmode</> is ignored
247+
for Unix domain socket communication.
247248
</para>
248249

249250
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp