Added by: bluxmit
Apr 23, 2023
Version

~> pgcenter

Description
Command-line admin tool for observing and troubleshooting Postgres.
Links
Install (execute in workspace terminal)
wrk install pgcenter==0.9.2
Remarks and hints
# for local Postgres
pgcenter top -h localhost -p 5432 -U abc -d usda

# for remote Postgres (password prompt)
pgcenter top -h my-postgres-host -p 5432 -U postgres -d mydb

# for remote Postgres (no password prompt)
PGPASSWORD=xxxxxxxxxxx pgcenter top -h my-postgres-host -p 5432 -U postgres -d mydb
Scripts
# Istall script # Start script

compatible with all workspaces

no compatibility requirements