Extensions / Functions and aggregates
Pure SQL and PL/pgSQL functions for generating, inspecting, and transforming UUID version 7 values.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | postgres-uuidv7-sql |
|---|---|
| Version | 1.1 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 100 |
| Latest commit | 2025-11-05 |
| Latest release | 2025-10-29 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| pgx_uuidv7 | A PostgreSQL extension to generate and cast v7 UUIDs |
| uuid47 | UUIDv7 storage with keyed UUIDv4-looking façade I/O |
| ruid | Compact 22-character Base64 representation of PostgreSQL UUID values. |
| pg_base62 | Encode UUID values to URL-safe Base62 strings and decode them back. |
| suuid | small UUID |
| uids | PostgreSQL extension to generate various types of universally unique IDs |
| upid_pg | Prefixed, sortable 128-bit identifier type and generator |
| uuid-freebsd | UUID generation functions for PostgreSQL on FreeBSD. |