mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Contrib module uuid-ossp for generating UUID values using the OSSP UUID
library. New configure option --with-ossp-uuid to activate.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.197 2007/04/20 21:51:46 petere Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.198 2007/04/21 17:26:17 petere Exp $ -->
|
||||
|
||||
<chapter id="datatype">
|
||||
<title id="datatype-title">Data Types</title>
|
||||
@ -3246,6 +3246,13 @@ a0eebc999c0b4ef8bb6d6bb9bd380a11
|
||||
</programlisting>
|
||||
Output is always in the standard form.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
To generate UUIDs, the contrib module <literal>uuid-ossp</literal>
|
||||
provides functions that implement the standard algorithms.
|
||||
Alternatively, UUIDs could be generated by client applications or
|
||||
other libraries invoked through a server-side function.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="datatype-xml">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.287 2007/04/21 15:30:28 adunstan Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.288 2007/04/21 17:26:17 petere Exp $ -->
|
||||
|
||||
<chapter id="installation">
|
||||
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
||||
@ -910,6 +910,19 @@ su - postgres
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<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>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--with-libxml</option></term>
|
||||
<listitem>
|
||||
|
Reference in New Issue
Block a user