mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add Rendezvous support to postmaster, from Chris Campbell
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.132 2003/03/25 16:15:36 petere Exp $ -->
|
||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.133 2003/06/11 06:56:06 momjian Exp $ -->
|
||||
|
||||
<chapter id="installation">
|
||||
<title><![%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>
|
||||
|
Reference in New Issue
Block a user