Extensions / Functions and aggregates
Implementation of UUID v7 and v8 IETF drafts
pgext.cloud · Source code · Documentation · Control file
| Package | pg_uuid_next |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 15 |
| Latest commit | 2023-02-12 |
| Catalogue updated | 2026-08-30 |
| pg_uuid_v8 | UUID v8 generator with embedded timestamps for PostgreSQL |
| uuid-ossp | generate universally unique identifiers (UUIDs) |
| sequential_uuids | generator of sequential UUIDs |
| snowflake | Snowflake-style 64-bit ID generator and sequence utilities for PostgreSQL |
| pgx_ulid | ulid type and methods |
| pg_idkit | multi-tool for generating new/niche universally unique identifiers (ex. UUIDv6, ULID, KSUID) |
| pg_uuid | generator of new UUID versions |
| pgx_uuidv7 | A PostgreSQL extension to generate and cast v7 UUIDs |