Extensions / Functions and aggregates
Generate random integers, strings, and test-data rows for PostgreSQL development
pgext.cloud · Source code · Documentation · Control file
| Package | pg_testgen |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 10 |
| Latest commit | 2023-03-03 |
| Catalogue updated | 2026-08-30 |
| pg_rand_ext | Functions that generate random values for PostgreSQL |
| random | random data generator |
| randomstring | randomstring: generate pseudo-random text and bytea values |
| mobilitydb_datagen | MobilityDB random data generator functions |
| pgrand | Generates random test data through a PostgreSQL FDW, with an experimental table access method. |
| numpgsql | Array and numerical computing library for PostgreSQL |
| short_ids | PL/pgSQL generator for short random text IDs with collision checks and transaction advisory locks. |
| pcg_random | PCG pseudo-random number generator functions for PostgreSQL. |