diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2006-12-21 16:05:16 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2006-12-21 16:05:16 +0000 |
| commit | 8c1de5fb0010ae712568f1706b737270c3609bd8 (patch) | |
| tree | bc328a654c41ea3eb1a9a27b76fd5215fb698608 /doc/src/sgml/installation.sgml | |
| parent | ed1e9cd501b4dc89a6a7e5cef702f2f6830ae829 (diff) | |
| download | postgresql-8c1de5fb0010ae712568f1706b737270c3609bd8.tar.gz | |
Initial SQL/XML support: xml data type and initial set of functions.
Diffstat (limited to 'doc/src/sgml/installation.sgml')
| -rw-r--r-- | doc/src/sgml/installation.sgml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 5d071586fc..a56ba9ad9b 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.268 2006/12/02 09:29:51 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.269 2006/12/21 16:05:13 petere Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -906,6 +906,15 @@ su - postgres </varlistentry> <varlistentry> + <term><option>--with-libxml</option></term> + <listitem> + <para> + Build with libxml, required for SQL/XML support. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--enable-integer-datetimes</option></term> <listitem> <para> |
