diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2007-01-07 21:10:41 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2007-01-07 21:10:41 +0000 |
commit | de9aa5a7b4d9696b1daceba01d155cbd783bc883 (patch) | |
tree | dbd802eea7fb3837798c4f3854097d12599100b3 /doc/src | |
parent | fe733968eabdabffa0ba4965263a49640575f741 (diff) |
Check and document minimum required version of libxml.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 3119671fc4b..68644fd4aad 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.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> |