--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # pg_controldata > Display control information of a PostgreSQL database cluster. > More information: . - 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]}}`