III. PostgreSQL服务器应用程序

这部分包括PostgreSQL服务器应用和支持工具的参考信息。这些命令只能用于在数据库服务器所在的主机上运行。 其它工具程序在PostgreSQL客户端应用程序中列出。

Table of Contents
initdb -- create a new PostgreSQL database cluster
pg_controldata -- display control information of a PostgreSQL database cluster
pg_ctl -- initialize, start, stop, or restart a PostgreSQL server
pg_resetxlog -- reset the write-ahead log and other control information of a PostgreSQL database cluster
postgres -- PostgreSQL database server
postmaster -- PostgreSQL database server