summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2007-04-21 17:26:18 +0000
committerPeter Eisentraut <peter_e@gmx.net>2007-04-21 17:26:18 +0000
commit74496bc298e099401a8b41c1c529bf9fb7aa9f3c (patch)
tree691b988a5d60c61fda649f535537eb7258873653 /contrib/README
parent71495f296e54468c3998ae1d9bc1654867b6369f (diff)
downloadpostgresql-74496bc298e099401a8b41c1c529bf9fb7aa9f3c.tar.gz
Contrib module uuid-ossp for generating UUID values using the OSSP UUID
library. New configure option --with-ossp-uuid to activate.
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
index d6067d44dc..7c5034d48c 100644
--- a/contrib/README
+++ b/contrib/README
@@ -133,6 +133,10 @@ tsearch2 -
by Teodor Sigaev <teodor@sigaev.ru> and Oleg Bartunov
<oleg@sai.msu.su>.
+uuid-ossp -
+ UUID generation functions
+ by Peter Eisentraut <peter_e@gmx.net>
+
vacuumlo -
Remove orphaned large objects
by Peter T Mount <peter@retep.org.uk>