diff options
author | Bruce Momjian <bruce@momjian.us> | 2009-01-06 19:42:57 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2009-01-06 19:42:57 +0000 |
commit | e825fac2a3edabe6b66006d557c0febb9730e89a (patch) | |
tree | d30af10706bbc3525deb157adb9fa564cc75f061 | |
parent | 2b1782fa589cc2e7812ff1673670831293a29172 (diff) | |
download | postgresql-e825fac2a3edabe6b66006d557c0febb9730e89a.tar.gz postgresql-e825fac2a3edabe6b66006d557c0febb9730e89a.zip |
Document that Cygwin does not support OpenSSL.
-rw-r--r-- | doc/src/sgml/installation.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index a72508a86ab..c1f4a532c95 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.316 2008/12/01 08:24:19 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.317 2009/01/06 19:42:57 momjian Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -2391,6 +2391,12 @@ hosts=local4,bind4 <listitem> <para> + OpenSSL is not supported. + </para> + </listitem> + + <listitem> + <para> Start <command>cygserver</command> for shared memory support. To do this, enter the command <literal>/usr/sbin/cygserver &</literal>. This program needs to be running anytime you |