mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
391 B
391 B
pg_controldata
Display control information of a PostgreSQL database cluster. More information: https://www.postgresql.org/docs/current/app-pgcontroldata.html.
- Display control information for a specific data directory:
pg_controldata {{[-D|--pgdata]}} {{path/to/data}}
- Display help:
pg_controldata {{[-?|--help]}}
- Display version:
pg_controldata {{[-V|--version]}}