Contrib module uuid-ossp for generating UUID values using the OSSP UUID
Peter Eisentraut <peter_e@gmx.net>
Contrib module uuid-ossp for generating UUID values using the OSSP UUID library. New configure option --with-ossp-uuid to activate.
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +36 −1 |
| configure.in | modified | +8 −1 |
| contrib/Makefile | modified | +5 −1 |
| contrib/README | modified | +4 −0 |
| contrib/uuid-ossp/Makefile | added | +19 −0 |
| contrib/uuid-ossp/README.uuid-ossp | added | +97 −0 |
| contrib/uuid-ossp/uninstall_uuid-ossp.sql | added | +15 −0 |
| contrib/uuid-ossp/uuid-ossp.c | added | +198 −0 |
| contrib/uuid-ossp/uuid-ossp.sql.in | added | +15 −0 |
| doc/src/sgml/datatype.sgml | modified | +8 −1 |
| doc/src/sgml/installation.sgml | modified | +14 −1 |
| src/Makefile.global.in | modified | +2 −1 |