pg_controldata: add page (#18805)

This commit is contained in:
Alessandro Chitarrini
2025-10-19 14:26:00 +02:00
committed by GitHub
parent f3afb6c8af
commit 1bd30646bf
+16
View File
@@ -0,0 +1,16 @@
# 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]}}`