diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-05-22 14:29:36 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-05-22 14:29:36 +0300 |
commit | 51ad1784ccf9c2a72238a50a314771e34721f1d3 (patch) | |
tree | 1026826d508859a3244b7db19151186f5a058d55 /doc/src | |
parent | 8932e2810034c43daa07c6da914a4c5ba46f6bd6 (diff) | |
download | postgresql-51ad1784ccf9c2a72238a50a314771e34721f1d3.tar.gz postgresql-51ad1784ccf9c2a72238a50a314771e34721f1d3.zip |
Clarify the documentation of the --with-ossp-uuid option
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 61e34126c0a..0410cff4aca 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -861,11 +861,12 @@ su - postgres <term><option>--with-ossp-uuid</option></term> <listitem> <para> - Use the <ulink url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID - library</ulink> when building the + Build components using the <ulink + url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID + library</ulink>. Specifically, build the <![%standalone-include[uuid-ossp]]> - <![%standalone-ignore[<xref linkend="uuid-ossp">]]> - module. The library provides functions to generate + <![%standalone-ignore[<xref linkend="uuid-ossp">]]> module, + which provides functions to generate UUIDs.<indexterm><primary>UUID</primary></indexterm> </para> </listitem> |