III. PostgreSQL 서버 응용프로그램

여기서는 PostgreSQL 서버 응용프로그램과 그 관련 유틸리티들에 설명을 한다. 이 명령들은 서버가 실행되고 있는 호스트에서 실행하는 것들이다. 그 외 응용프로그램에 대한 설명들은 참고문헌 II, PostgreSQL 클라이언트 응용프로그램에서 다룬다.

차례
initdb -- create a new PostgreSQL database cluster
pg_archivecleanup -- clean up PostgreSQL WAL archive files
pg_controldata -- PostgreSQL 데이터베이스 클러스터의 컨트롤 정보를 보여준다.
pg_ctl -- initialize, start, stop, or control a PostgreSQL server
pg_resetxlog -- reset the write-ahead log and other control information of a PostgreSQL database cluster
pg_rewind -- synchronize a PostgreSQL data directory with another data directory that was forked from it
pg_test_fsync -- determine fastest wal_sync_method for PostgreSQL
pg_test_timing -- measure timing overhead
pg_upgrade -- upgrade a PostgreSQL server instance
pg_xlogdump -- display a human-readable rendering of the write-ahead log of a PostgreSQL database cluster
postgres -- PostgreSQL database server
postmaster -- PostgreSQL 데이터베이스 서버