III. Серверные приложения Postgres Pro
В этой части содержится справочная информация о серверных приложениях и вспомогательных утилитах Postgres Pro. Описываемые команды могут быть полезны только на том компьютере, где работает сервер баз данных. Другие утилиты рассмотрены в Справке: «Клиентские приложения Postgres Pro».
Содержание
- initdb — создать кластер баз данных Postgres Pro
- pg_archivecleanup — вычистить файлы архивов WAL Postgres Pro
- pg_controldata — вывести управляющую информацию кластера баз данных Postgres Pro
- pg_ctl — инициализировать, запустить, остановить или управлять сервером Postgres Pro
- pg_resetxlog — очистка журнала предзаписи и другой управляющей информации кластера Postgres Pro
- pg_rewind — синхронизировать каталог данных Postgres Pro с другим каталогом, ответвлённым от него
- pg-setup — создать кластер баз данных Postgres Pro
- pg_test_fsync — подобрать наилучший вариант
wal_sync_methodдля Postgres Pro- pg_test_timing — определить издержки замера времени
- pg_upgrade — обновить экземпляр сервера Postgres Pro
- pgpro_upgrade — обновить кластер баз данных Postgres Pro до следующей корректирующей версии
- pg_xlogdump — вывести журнал предзаписи кластера БД Postgres Pro в понятном человеку виде
- postgres — Сервер баз данных Postgres Pro
- postmaster — Сервер баз данных Postgres Pro
- pg_archivecleanup — вычистить файлы архивов WAL Postgres Pro
III. Postgres Pro Server Applications
This part contains reference information for Postgres Pro server applications and support utilities. These commands can only be run usefully on the host where the database server resides. Other utility programs are listed in Postgres Pro Client Applications.
Table of Contents
- initdb — create a new Postgres Pro database cluster
- pg_archivecleanup — clean up Postgres Pro WAL archive files
- pg_controldata — display control information of a Postgres Pro database cluster
- pg_ctl — initialize, start, stop, or control a Postgres Pro server
- pg_resetxlog — reset the write-ahead log and other control information of a Postgres Pro database cluster
- pg_rewind — synchronize a Postgres Pro data directory with another data directory that was forked from it
- pg-setup — set up a new Postgres Pro database cluster
- pg_test_fsync — determine fastest
wal_sync_methodfor Postgres Pro- pg_test_timing — measure timing overhead
- pg_upgrade — upgrade a Postgres Pro server instance
- pgpro_upgrade — upgrade a Postgres Pro database cluster to a minor update version
- pg_xlogdump — display a human-readable rendering of the write-ahead log of a Postgres Pro database cluster
- postgres — Postgres Pro database server
- postmaster — Postgres Pro database server
- pg_archivecleanup — clean up Postgres Pro WAL archive files