mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 01:57:03 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/pg_controldata
Normal file
21
tldr/pg_controldata
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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: <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