1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Document that configure option only affects contrib:

--with-ossp-uuid        use OSSP UUID library when building /contrib/uuid-ossp
This commit is contained in:
Bruce Momjian
2007-11-05 17:43:20 +00:00
parent faac769a6b
commit c1a03bee08
4 changed files with 10 additions and 10 deletions

View File

@ -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>