Extensions / Functions and aggregates
Generate Instagram-style sharded integer IDs.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_nextid |
|---|---|
| Version | 0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 3 |
| Latest commit | 2020-03-02 |
| Latest release | 2019-10-17 |
| Catalogue updated | 2026-08-30 |
| snowflake | Snowflake-style 64-bit ID generator and sequence utilities for PostgreSQL |
| pg_snowflake_id | Snowflake-style 64-bit ID generator for PostgreSQL implemented with pgrx |
| sequential_uuids | generator of sequential UUIDs |
| short_ids | PL/pgSQL generator for short random text IDs with collision checks and transaction advisory locks. |
| pgcuid2 | Generate CUID2 text identifiers inside PostgreSQL using the cuid2 Rust crate. |
| uuid-ossp | generate universally unique identifiers (UUIDs) |
| pgx_ulid | ulid type and methods |
| pg_idkit | multi-tool for generating new/niche universally unique identifiers (ex. UUIDv6, ULID, KSUID) |