pg_controldata.1
来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· 1 代码 · 共 25 行
1
25 行
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $.TH "PG_CONTROLDATA" "1" "2008-01-03" "Application" "PostgreSQL Server Applications".SH NAMEpg_controldata \- display control information of a PostgreSQL database cluster.SH SYNOPSIS.sp\fBpg_controldata\fR [ \fB\fIdatadir\fB\fR ] .SH "DESCRIPTION".PP\fBpg_controldata\fR prints information initialized during\fBinitdb\fR, such as the catalog version and server locale.It also shows information about write-ahead logging and checkpoint processing. This information is cluster-wide, and not specific to any onedatabase..PPThis utility may only be run by the user who initialized the cluster becauseit requires read access to the data directory.You can specify the data directory on the command line, or use the environment variable \fBPGDATA\fR..SH "ENVIRONMENT".TP\fBPGDATA\fRDefault data directory location
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?