Extensions / Functions and aggregates
randomstring: generate pseudo-random text and bytea values
pgext.cloud · Source code · Control file
| Package | randomstring |
|---|---|
| Version | 1.0.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 0 |
| Latest commit | 2019-07-04 |
| Catalogue updated | 2026-08-30 |
| short_ids | PL/pgSQL generator for short random text IDs with collision checks and transaction advisory locks. |
| pg_rand_ext | Functions that generate random values for PostgreSQL |
| pg_testgen | Generate random integers, strings, and test-data rows for PostgreSQL development |
| numpgsql | Array and numerical computing library for PostgreSQL |
| pg_str | Add Laravel-inspired string manipulation functions to PostgreSQL using pgrx |
| replace_string | Rust/pgrx function for literal string replacement |
| pg_random_string | Generates an alphanumeric string of a requested length with a C function. |
| mipt-asj | Abbreviation-aware approximate string joins using the Tao-Deng-Stonebraker algorithm |