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

Commit2d48436

Browse files
committed
Fix SGML markup I broke yesterday.
1 parent6a68f7f commit2d48436

File tree

1 file changed

+40
-39
lines changed

1 file changed

+40
-39
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.284 2009/04/14 20:42:48 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.285 2009/04/15 13:03:11 momjian Exp $ -->
22

33
<chapter id="libpq">
44
<title><application>libpq</application> - C Library</title>
@@ -255,46 +255,47 @@
255255
This option determines whether or with what priority a
256256
<acronym>SSL</> TCP/IP connection will be negotiated with the
257257
server. There are four modes:
258+
</para>
258259

259-
<table id="libpq-connect-sslmode-options">
260-
<title><literal>sslmode</literal> options</title>
261-
<tgroup cols="2">
262-
<thead>
263-
<row>
264-
<entry>Option</entry>
265-
<entry>Description</entry>
266-
</row>
267-
</thead>
268-
269-
<tbody>
270-
271-
<row>
272-
<entry><literal>disable</></entry>
273-
<entry>only try a non-<acronym>SSL</> connection
274-
</row>
275-
276-
<row>
277-
<entry><literal>allow</></entry>
278-
<entry>first try a non-<acronym>SSL</>
279-
connection; if that fails, try an <acronym>SSL</>
280-
connection</entry>
281-
</row>
282-
283-
<row>
284-
<entry><literal>prefer</> (default)</entry>
285-
<entry>first try an <acronym>SSL</> connection; if
286-
that fails, try a non-<acronym>SSL</>
260+
<table id="libpq-connect-sslmode-options">
261+
<title><literal>sslmode</literal> options</title>
262+
<tgroup cols="2">
263+
<thead>
264+
<row>
265+
<entry>Option</entry>
266+
<entry>Description</entry>
267+
</row>
268+
</thead>
269+
270+
<tbody>
271+
272+
<row>
273+
<entry><literal>disable</></entry>
274+
<entry>only try a non-<acronym>SSL</> connection</entry>
275+
</row>
276+
277+
<row>
278+
<entry><literal>allow</></entry>
279+
<entry>first try a non-<acronym>SSL</>
280+
connection; if that fails, try an <acronym>SSL</>
287281
connection</entry>
288-
</row>
289-
290-
<row>
291-
<entry><literal>require</></entry>
292-
<entry>only try an <acronym>SSL</> connection</entry>
293-
</row>
294-
295-
</tbody>
296-
</tgroup>
297-
</table>
282+
</row>
283+
284+
<row>
285+
<entry><literal>prefer</> (default)</entry>
286+
<entry>first try an <acronym>SSL</> connection; if
287+
that fails, try a non-<acronym>SSL</>
288+
connection</entry>
289+
</row>
290+
291+
<row>
292+
<entry><literal>require</></entry>
293+
<entry>only try an <acronym>SSL</> connection</entry>
294+
</row>
295+
296+
</tbody>
297+
</tgroup>
298+
</table>
298299

299300
<para>
300301
<literal>sslmode</> is ignored for Unix domain socket

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp