Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
51ad1784
Commit
51ad1784
authored
May 22, 2011
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify the documentation of the --with-ossp-uuid option
parent
8932e281
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
configure
configure
+1
-2
configure.in
configure.in
+1
-1
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+5
-4
No files found.
configure
View file @
51ad1784
...
...
@@ -1539,8 +1539,7 @@ Optional Packages:
--without-readline do not use GNU Readline nor BSD Libedit for editing
--with-libedit-preferred
prefer BSD Libedit over GNU Readline
--with-ossp-uuid use OSSP UUID library when building
contrib/uuid-ossp
--with-ossp-uuid build contrib/uuid-ossp, requires OSSP UUID library
--with-libxml build with XML support
--with-libxslt use XSLT support when building contrib/xml2
--with-system-tzdata=DIR
...
...
configure.in
View file @
51ad1784
...
...
@@ -713,7 +713,7 @@ PGAC_ARG_BOOL(with, libedit-preferred, no,
#
# OSSP UUID library
#
PGAC_ARG_BOOL(with, ossp-uuid, no, [
use OSSP UUID library when building contrib/uuid-ossp
])
PGAC_ARG_BOOL(with, ossp-uuid, no, [
build contrib/uuid-ossp, requires OSSP UUID library
])
AC_SUBST(with_ossp_uuid)
...
...
doc/src/sgml/installation.sgml
View file @
51ad1784
...
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment