From 2d4843694d7e68159128a02f27723c674dd0fe4e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 15 Apr 2009 13:03:11 +0000 Subject: [PATCH] Fix SGML markup I broke yesterday. --- doc/src/sgml/libpq.sgml | 79 +++++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 39 deletions(-) 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 -- 2.40.0