Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.
/ pglibuuid Public archive

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

License

Notifications You must be signed in to change notification settings

petere/pglibuuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published