/pglibuuid

PostgreSQL wrapper for libuuid (obsolete, use PostgreSQL's configure --with-uuid=e2fs for equivalent functionality)

Primary LanguageCOtherNOASSERTION

PostgreSQL wrapper for libuuid

This PostgreSQL extension module provides functions to create UUIDs, using the C library libuuid as its backing implementation.

Examples:

SELECT uuid_generate();
SELECT uuid_generate_random();
SELECT uuid_generate_time();

See uuid_generate(3) for details on these functions.

Build Status