From 65fb311a97a0d5bc4f02d24616ad9f41a2b16f4a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 11 Jun 2003 06:56:07 +0000 Subject: Add Rendezvous support to postmaster, from Chris Campbell --- doc/src/sgml/installation.sgml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 4a606bcdfb0..16051998392 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%standalone-include[<productname>PostgreSQL</>]]> @@ -270,8 +270,7 @@ JAVACMD=$JAVA_HOME/bin/java <listitem> <para> <application>Kerberos</>, <application>OpenSSL</>, or <application>PAM</>, - if you want to support - authentication using these services. + if you want to support authentication using these services. </para> </listitem> </itemizedlist> @@ -906,6 +905,15 @@ JAVACMD=$JAVA_HOME/bin/java </listitem> </varlistentry> + <varlistentry> + <term><option>--with-rendezvous</option></term> + <listitem> + <para> + Build with Rendezvous support. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--without-zlib</option></term> <listitem> -- cgit v1.2.3