diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-12-29 03:44:34 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-12-29 03:44:34 +0000 |
commit | a8c2282fe82651f8f81fa55b40ac339033e01888 (patch) | |
tree | 37b445303ec904b7183752461691c07f7eb559e7 | |
parent | 400be4ef986dec8c1a1679b725801a8fc23ff6b9 (diff) | |
download | postgresql-a8c2282fe82651f8f81fa55b40ac339033e01888.tar.gz postgresql-a8c2282fe82651f8f81fa55b40ac339033e01888.zip |
Doc wording improvment.
-rw-r--r-- | doc/src/sgml/runtime.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.398 2007/12/29 03:36:56 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.399 2007/12/29 03:44:34 momjian Exp $ --> <chapter Id="runtime"> <title>Operating System Environment</title> @@ -1604,7 +1604,7 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput ciphers can be specified in the <productname>OpenSSL</productname> configuration file, you can specify ciphers specifically for use by the database server by modifying <xref linkend="guc-ssl-ciphers"> in - <filename>postgresql.conf</>. It is possible to allow authentication + <filename>postgresql .conf</>. It is possible to have authentication without the overhead of encryption by using <literal>NULL-SHA</> or <literal>NULL-MD5</> ciphers. However, a man-in-the-middle could read and pass communications between client and server. |