III. 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 데이터베이스 서버