diff options
| author | Bruce Momjian <bruce@momjian.us> | 2007-11-05 17:43:20 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2007-11-05 17:43:20 +0000 |
| commit | c1a03bee0806c14511bf94d257e3e41bcaf2a78a (patch) | |
| tree | e1dc58e2bcf1ac2265b1d19c128fd6b1e62c0f76 /doc/src/sgml | |
| parent | faac769a6b27319400ba351740c51f21eb9495d0 (diff) | |
| download | postgresql-c1a03bee0806c14511bf94d257e3e41bcaf2a78a.tar.gz | |
Document that configure option only affects contrib:
--with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp
Diffstat (limited to 'doc/src/sgml')
| -rw-r--r-- | doc/src/sgml/installation.sgml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index d185cbb2a5..9c761aba56 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.296 2007/11/04 18:53:39 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.297 2007/11/05 17:43:20 momjian Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -937,11 +937,10 @@ su - postgres <term><option>--with-ossp-uuid</option></term> <listitem> <para> - Build with the <ulink - url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID - library</ulink>. This is necessary for the contrib module - <literal>uuid-ossp</literal> which provides functions to - generate UUIDs.<indexterm><primary>UUID</primary></indexterm> + Use the <ulink url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID + library</ulink> when building <filename>/contrib/uuid-ossp</>. + The library provides functions to generate + UUIDs.<indexterm><primary>UUID</primary></indexterm> </para> </listitem> </varlistentry> |
