Extensions / Functions and aggregates
PostgreSQL extension to generate various types of universally unique IDs
pgext.cloud · Source code · Documentation · Control file
| Package | uids-postgres |
|---|---|
| Version | 0.0.1 |
| PostgreSQL versions | 11 · 12 · 13 · 14 · 15 · 16 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 74 |
| Latest commit | 2024-06-09 |
| Latest release | 2024-06-09 |
| Catalogue updated | 2026-08-30 |
| ulid | Embedded pgrx ULID type, generators, and casts |
| pksuid | generate prefixed, sortable KSUID identifiers in PostgreSQL |
| upid_pg | Prefixed, sortable 128-bit identifier type and generator |
| pg_nanoid | PostgreSQL extension adding a NanoID type and NanoID generation functions. |
| pg_ulid | Generate ULID strings in PostgreSQL with a C function. |
| uuid-ossp | generate universally unique identifiers (UUIDs) |
| pg_hashids | Short unique id generator for PostgreSQL, using hashids |
| pg_idkit | multi-tool for generating new/niche universally unique identifiers (ex. UUIDv6, ULID, KSUID) |