From: Bruce Momjian Date: Wed, 15 Apr 2009 13:03:11 +0000 (+0000) Subject: Fix SGML markup I broke yesterday. X-Git-Tag: REL8_4_BETA2~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d4843694d7e68159128a02f27723c674dd0fe4e;p=postgresql Fix SGML markup I broke yesterday. --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 93dab72261..4e7748c3c5 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ - + <application>libpq</application> - C Library @@ -255,46 +255,47 @@ This option determines whether or with what priority a SSL TCP/IP connection will be negotiated with the server. There are four modes: + - - <literal>sslmode</literal> options - - - - Option - Description - - - - - - - disable - only try a non-SSL connection - - - - allow - first try a non-SSL - connection; if that fails, try an SSL - connection - - - - prefer (default) - first try an SSL connection; if - that fails, try a non-SSL +
+ <literal>sslmode</literal> options + + + + Option + Description + + + + + + + disable + only try a non-SSL connection + + + + allow + first try a non-SSL + connection; if that fails, try an SSL connection - - - - require - only try an SSL connection - - - - -
+ + + + prefer (default) + first try an SSL connection; if + that fails, try a non-SSL + connection + + + + require + only try an SSL connection + + + + + sslmode is ignored for Unix domain socket