Extensions / Functions and aggregates
PL/pgSQL generator for short random text IDs with collision checks and transaction advisory locks.
pgext.cloud · Source code · Website · Documentation · Control file
| Package | short_ids |
|---|---|
| Version | 0.1.0 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Project status | Unmaintained |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 3 |
| Latest commit | 2017-02-06 |
| Latest release | 2017-02-06 |
| Catalogue updated | 2026-07-30 |
| plpgsql | PL/pgSQL procedural language |
| randomstring | randomstring: generate pseudo-random text and bytea values |
| pg_hashids | Short unique id generator for PostgreSQL, using hashids |
| pgque | Pure SQL PostgreSQL job queue that orders jobs by priority and claims them with advisory locks. |
| nextid | Generate Instagram-style sharded integer IDs. |
| snowflake | Snowflake-style 64-bit ID generator and sequence utilities for PostgreSQL |
| sequential_uuids | generator of sequential UUIDs |
| pg_snowflake_id | Snowflake-style 64-bit ID generator for PostgreSQL implemented with pgrx |
| pg_lock_pool | Wait on a PostgreSQL advisory lock pool |
| pg_rand_ext | Functions that generate random values for PostgreSQL |
| pg_testgen | Generate random integers, strings, and test-data rows for PostgreSQL development |
| base62 | Base62 extension for PostgreSQL |