Extensions / Functions and aggregates
Generates random test data through a PostgreSQL FDW, with an experimental table access method.
pgext.cloud · Source code · Documentation · Control file
| Package | pgrand |
|---|---|
| Version | 0.1.0 |
| PostgreSQL versions | 15 · 16 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 0 |
| Latest commit | 2024-03-03 |
| Catalogue updated | 2026-08-30 |
| pg_rand_ext | Functions that generate random values for PostgreSQL |
| random | random data generator |
| mobilitydb_datagen | MobilityDB random data generator functions |
| pg_random_string | Generates an alphanumeric string of a requested length with a C function. |
| pg_testgen | Generate random integers, strings, and test-data rows for PostgreSQL development |
| pgtam | Experimental in-memory PostgreSQL table access method implemented as a C extension. |
| redis_backed_storage | Experimental PostgreSQL table access method backed by Redis storage. |
| gfs | GFS copy-on-read storage: a Table Access Method whose missing rows are fetched from the source on read and written through locally |
| pg_lakebase_runtime | Shared runtime for Lakebase table access method extensions |
| pg_elephantduck | Columnar PostgreSQL table access method powered by DuckDB and Parquet storage. |