Extensions / Functions and aggregates
UUID generation functions for PostgreSQL on FreeBSD.
pgext.cloud · Source code · Documentation · Control file
| Package | uuid-freebsd |
|---|---|
| Version | 2.0 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Unmaintained |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 6 |
| Latest commit | 2013-08-15 |
| Latest release | 2013-08-15 |
| Catalogue updated | 2026-08-30 |
| uuidv7-sql | Pure SQL and PL/pgSQL functions for generating, inspecting, and transforming UUID version 7 values. |
| ruid | Compact 22-character Base64 representation of PostgreSQL UUID values. |
| suuid | small UUID |
| uniqueidentifier | Legacy 16-byte uniqueidentifier data type, comparison operators, casts, and newid() generation for PostgreSQL. |
| pg_uuid_v8 | UUID v8 generator with embedded timestamps for PostgreSQL |
| uids | PostgreSQL extension to generate various types of universally unique IDs |
| pgx_uuidv7 | A PostgreSQL extension to generate and cast v7 UUIDs |
| uuid47 | UUIDv7 storage with keyed UUIDv4-looking façade I/O |