mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
pg_controldata: add page (#18805)
This commit is contained in:
committed by
GitHub
parent
f3afb6c8af
commit
1bd30646bf
@@ -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]}}`
|
||||
Reference in New Issue
Block a user