From dfabc596d00275d06d6dffb8f753e6523da9910f 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 | 77 +++++++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 38 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index eb02d85360..c98dbb3297 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -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.39.5