diff options
| author | Andrew Dunstan | 2007-04-21 15:30:28 +0000 |
|---|---|---|
| committer | Andrew Dunstan | 2007-04-21 15:30:28 +0000 |
| commit | 71495f296e54468c3998ae1d9bc1654867b6369f (patch) | |
| tree | 9a58c0a8c2b41fa224628b8d4669923cd990970f | |
| parent | 48239e156ff83dbd54f0efe8b382822c2f9890e4 (diff) | |
Document new -with-libxslt build option.
| -rw-r--r-- | doc/src/sgml/installation.sgml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 262dbe7130..b8474a0a87 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.286 2007/03/13 16:03:36 mha Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.287 2007/04/21 15:30:28 adunstan Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -934,6 +934,17 @@ su - postgres </varlistentry> <varlistentry> + <term><option>--with-libxslt</option></term> + <listitem> + <para> + Build with libxslt. The <filename>contrib/xml2</> module + relies on this library to perform Stylesheet transformations of + XML. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--enable-integer-datetimes</option></term> <listitem> <para> |
