A 128-bit, lexicographically sortable PostgreSQL PLID type with short prefixes, millisecond timestamps, randomness, and optional monotonic generation.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | plid |
|---|---|
| Version | 0.0.0 |
| PostgreSQL versions | 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | plid |
| Stars | 8 |
| Latest commit | 2026-04-28 |
| Catalogue updated | 2026-08-30 |
| ulid | Embedded pgrx ULID type, generators, and casts |
| uids | PostgreSQL extension to generate various types of universally unique IDs |
| pg_ulid | Generate ULID strings in PostgreSQL with a C function. |
| upid_pg | Prefixed, sortable 128-bit identifier type and generator |
| pg_hashids | Short unique id generator for PostgreSQL, using hashids |
| pg_ferroid | PostgreSQL ULID type and generation functions backed by ferroid |
| pg_uuid_v8 | UUID v8 generator with embedded timestamps for PostgreSQL |
| uniqueidentifier | Legacy 16-byte uniqueidentifier data type, comparison operators, casts, and newid() generation for PostgreSQL. |