Skip to content

gmr/pgdumpreport

Repository files navigation

pgdumpreport

Generate a report from the contents of a pg_dump created archive.

Package Version Build Status Code Coverage BSD

image

Installation

pip3 install pgdumpreport

Usage

usage: pgdumpreport [-h] [-f FMT] [-o OUT] FILE

Output information from a pg_dump archive

positional arguments:
  FILE                  Path to pg_dump archive

optional arguments:
  -h, --help            show this help message and exit
  -f FMT, --format FMT  Report output format (default: json)
  -o OUT, --out OUT     Output destination, - for stdout (default: -)