pg_readme

Website

https://github.com/bigsmoke/pg_readme/

Description

pg_readme extension provides functions to generate a README.md document for a database extension or schema, based on COMMENT objects found in the pg_description system catalog.

Package specifications and repository requirements

PostgreSQL PGDG RPM repository

Install PGDG repository from: https://yum.postgresql.org/repopackages/

Installation

OS Command
RHEL / Rocky Linux / AlmaLinux / Fedora dnf install pg_readme_17 (or change the version as described above)

Post-installation

Connect to the database that you want to create the extension (superuser access is not needed) and run:
CREATE EXTENSION pg_readme CASCADE; # CASCADE is needed for the hstore extension

Available packages

PostgreSQL version(s) OS version Arch Status
17,16,15,14,13 RHEL / Rocky Linux / AlmaLinux 9 x86_64, aarch64 Available
17,16,15,14,13 RHEL / Rocky Linux / AlmaLinux 8 x86_64, aarch64 Available
17,16,15,14,13 Fedora Linux x86_64 Available