Fix SGML markup I broke yesterday.
This commit is contained in:
parent
6a68f7fd3c
commit
2d4843694d
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.284 2009/04/14 20:42:48 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.285 2009/04/15 13:03:11 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter id="libpq">
|
<chapter id="libpq">
|
||||||
<title><application>libpq</application> - C Library</title>
|
<title><application>libpq</application> - C Library</title>
|
||||||
@ -255,46 +255,47 @@
|
|||||||
This option determines whether or with what priority a
|
This option determines whether or with what priority a
|
||||||
<acronym>SSL</> TCP/IP connection will be negotiated with the
|
<acronym>SSL</> TCP/IP connection will be negotiated with the
|
||||||
server. There are four modes:
|
server. There are four modes:
|
||||||
|
</para>
|
||||||
|
|
||||||
<table id="libpq-connect-sslmode-options">
|
<table id="libpq-connect-sslmode-options">
|
||||||
<title><literal>sslmode</literal> options</title>
|
<title><literal>sslmode</literal> options</title>
|
||||||
<tgroup cols="2">
|
<tgroup cols="2">
|
||||||
<thead>
|
<thead>
|
||||||
<row>
|
<row>
|
||||||
<entry>Option</entry>
|
<entry>Option</entry>
|
||||||
<entry>Description</entry>
|
<entry>Description</entry>
|
||||||
</row>
|
</row>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>disable</></entry>
|
<entry><literal>disable</></entry>
|
||||||
<entry>only try a non-<acronym>SSL</> connection
|
<entry>only try a non-<acronym>SSL</> connection</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>allow</></entry>
|
<entry><literal>allow</></entry>
|
||||||
<entry>first try a non-<acronym>SSL</>
|
<entry>first try a non-<acronym>SSL</>
|
||||||
connection; if that fails, try an <acronym>SSL</>
|
connection; if that fails, try an <acronym>SSL</>
|
||||||
connection</entry>
|
|
||||||
</row>
|
|
||||||
|
|
||||||
<row>
|
|
||||||
<entry><literal>prefer</> (default)</entry>
|
|
||||||
<entry>first try an <acronym>SSL</> connection; if
|
|
||||||
that fails, try a non-<acronym>SSL</>
|
|
||||||
connection</entry>
|
connection</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>require</></entry>
|
<entry><literal>prefer</> (default)</entry>
|
||||||
<entry>only try an <acronym>SSL</> connection</entry>
|
<entry>first try an <acronym>SSL</> connection; if
|
||||||
</row>
|
that fails, try a non-<acronym>SSL</>
|
||||||
|
connection</entry>
|
||||||
</tbody>
|
</row>
|
||||||
</tgroup>
|
|
||||||
</table>
|
<row>
|
||||||
|
<entry><literal>require</></entry>
|
||||||
|
<entry>only try an <acronym>SSL</> connection</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
|
</tbody>
|
||||||
|
</tgroup>
|
||||||
|
</table>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<literal>sslmode</> is ignored for Unix domain socket
|
<literal>sslmode</> is ignored for Unix domain socket
|
||||||
|
Loading…
x
Reference in New Issue
Block a user