OpenServerPanel/modules/PostgreSQL-11/ospanel_data/help/pg_controldata.exe.txt
2024-01-25 22:33:10 +03:00

15 lines
418 B
Plaintext

pg_controldata displays control information of a PostgreSQL database cluster.
Usage:
pg_controldata [OPTION] [DATADIR]
Options:
[-D, --pgdata=]DATADIR data directory
-V, --version output version information, then exit
-?, --help show this help, then exit
If no data directory (DATADIR) is specified, the environment variable PGDATA
is used.
Report bugs to <pgsql-bugs@postgresql.org>.