From: Bruce Momjian Date: Sat, 29 Dec 2007 03:44:34 +0000 (+0000) Subject: Doc wording improvment. X-Git-Tag: REL8_3_RC1~31 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=a8c2282fe82651f8f81fa55b40ac339033e01888;p=postgresql.git Doc wording improvment. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 166d86a623c..81970540edd 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,4 +1,4 @@ - + Operating System Environment @@ -1604,7 +1604,7 @@ $ kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`OpenSSL configuration file, you can specify ciphers specifically for use by the database server by modifying in - postgresql.conf. It is possible to allow authentication + postgresql .conf. It is possible to have authentication without the overhead of encryption by using NULL-SHA or NULL-MD5 ciphers. However, a man-in-the-middle could read and pass communications between client and server.