Extensions / Functions and aggregates
generate prefixed, sortable KSUID identifiers in PostgreSQL
pgext.cloud · Source code · Documentation · Control file
| Package | pksuid |
|---|---|
| Version | 0.1.0 |
| 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 | 0 |
| Latest commit | 2023-12-26 |
| Catalogue updated | 2026-08-30 |
| uids | PostgreSQL extension to generate various types of universally unique IDs |
| upid_pg | Prefixed, sortable 128-bit identifier type and generator |
| pg_idkit | multi-tool for generating new/niche universally unique identifiers (ex. UUIDv6, ULID, KSUID) |
| uuid-ossp | generate universally unique identifiers (UUIDs) |
| ulid | Embedded pgrx ULID type, generators, and casts |
| pg_nanoid | PostgreSQL extension adding a NanoID type and NanoID generation functions. |
| pg_smolid | A Postgres pgrx extension adding smolid type and helper functions. |
| pg_ulid | Generate ULID strings in PostgreSQL with a C function. |