- 차례
- pg_archivecleanup -- clean up PostgreSQL WAL archive files
- pg_standby -- supports the creation of a PostgreSQL warm standby server
- 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
여기서는 PostgreSQL 배포판의 contrib
디렉토리 안에 있는 부가 확장 서버 응용프로그램들을 소개한다.
여기서 소개하고 있는 프로그램들은 서버가 실행 되고 있는 호스트에서만 사용할
수 있는 것들이다. PostgreSQL 기본
서버 응용 프로그램들에 대한 소개는 참고문헌 III, PostgreSQL 서버 응용프로그램에서 하고 있다.