1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Check and document minimum required version of libxml.

This commit is contained in:
Peter Eisentraut
2007-01-07 21:10:41 +00:00
parent fe733968ea
commit de9aa5a7b4
3 changed files with 17 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.270 2006/12/24 00:29:17 tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.271 2007/01/07 21:10:41 petere Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -909,7 +909,8 @@ su - postgres
<term><option>--with-libxml</option></term>
<listitem>
<para>
Build with libxml (enables SQL/XML support).
Build with libxml (enables SQL/XML support). Libxml version 2.6.23 or
later is required for this feature.
</para>
</listitem>
</varlistentry>