pg-utils icon indicating copy to clipboard operation
pg-utils copied to clipboard

Collection of small utilities for maintaining PSQL databases

Collection of PostgreSQL utilities

Some scripts that I have written during my work with PostgreSQL.

pg_graph

Create Graphviz's DOT file describing whole database. Can be seen as poor man's ERD generator for existing DBs.

Usage

$ pg_graph <db_name> | dot -Tsvg > out.svg

Example output (generated for Accent translation tool):

Output of pg_graph command generated as image via dot command

License

See LICENSE file.