pg_readme_test_extension
Overview
| Package | Version | Category | License | Language |
|---|---|---|---|---|
pg_readme | 0.7.1 | UTIL | PostgreSQL | SQL |
| ID | Extension | Bin | Lib | Load | Create | Trust | Reloc | Schema |
|---|---|---|---|---|---|---|---|---|
| 4300 | pg_readme | No | No | No | Yes | No | Yes | - |
| 4301 | pg_readme_test_extension | No | No | No | Yes | No | Yes | - |
Bundled test fixture; its control default_version is forever and it does not require hstore; package ownership follows pg_readme: PGDG RPM 0.7.0 and PIGSTY DEB 0.7.1.
Version
| Type | Repo | Version | PG Ver | Package | Deps |
|---|---|---|---|---|---|
| EXT | MIXED | 0.7.1 | 1817161514 | pg_readme | - |
| RPM | PGDG | 0.7.0 | 1817161514 | pg_readme_$v | - |
| DEB | PIGSTY | 0.7.1 | 1817161514 | postgresql-$v-pg-readme | - |
| OS / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
| el8.x86_64 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 |
| el8.aarch64 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 |
| el9.x86_64 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 |
| el9.aarch64 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 |
| el10.x86_64 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 |
| el10.aarch64 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 | PGDG 0.7.0 |
| d12.x86_64 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 |
| d12.aarch64 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 |
| d13.x86_64 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 |
| d13.aarch64 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 |
| u22.x86_64 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 |
| u22.aarch64 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 |
| u24.x86_64 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 |
| u24.aarch64 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 |
| u26.x86_64 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 |
| u26.aarch64 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 | PIGSTY 0.7.1 |
Build
You can build the DEB packages for pg_readme using pig build:
Install
You can install pg_readme directly. First, make sure the PGDG and PIGSTY repositories are added and enabled:
Install the extension using pig or apt/yum/dnf:
Create Extension:
Usage
Sources:
pg_readme_test_extension is the bundled integration-test fixture for pg_readme. It installs commented domains, types, tables, views, routines, triggers, and processing instructions so upstream can verify pg_extension_readme(). It is not an application feature or a production dependency.
Exercise the Fixture
Use the output to test or demonstrate the generator, then remove the fixture from a disposable database:
Boundary and Caveats
- The upstream distribution version is 0.7.1, but this fixture’s control version is deliberately the literal
forever. - The fixture ships with
pg_readme; current Pigsty DEB packages are 0.7.1 and RPM packages remain 0.7.0. The extension version staysforeveron both sides. - It is relocatable, does not require
hstoreitself, and creates sample objects with generic names. Install it only where those objects cannot collide with real application schemas. - Its SQL surface exists to cover generator behavior and can change as tests evolve. Do not build application code against the fixture objects.
Was this page helpful?
Thanks—your feedback helps us improve this page.
What got in the way? (optional)