diff options
-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 |