Pgpool2
- pcp_attach_node(1) attaches the given node to Pgpool-II.
- pcp_common_options(1) common options used in PCP commands
- pcp_detach_node(1) detaches the given node from Pgpool-II. Existing connections to Pgpool-II are forced to be disconnected.
- pcp_health_check_stats(1) displays health check statistics data on given node ID
- pcp_node_count(1) displays the total number of database nodes
- pcp_node_info(1) displays the information on the given node ID
- pcp_pool_status(1) displays the parameter values as defined in pgpool.conf
- pcp_proc_count(1) displays the list of Pgpool-II children process IDs
- pcp_proc_info(1) displays the information on the given Pgpool-II child process ID
- pcp_promote_node(1) promotes the given node as new main to Pgpool-II
- pcp_recovery_node(1) attaches the given backend node with recovery
- pcp_reload_config(1) reload pgpool-II config file
- pcp_stop_pgpool(1) terminates the Pgpool-II process
- pcp_watchdog_info(1) displays the watchdog status of the Pgpool-II
- pg_enc(1) AES256 password encryption utility
- pg_md5(1) produces encrypted password in md5
- pgpool_adm_pcp_attach_node(3) a function to attach given node ID
- pgpool_adm_pcp_detach_node(3) a function to detach given node ID
- pgpool_adm_pcp_health_check_stats(3) a function to display health check statistics data on given node ID
- pgpool_adm_pcp_node_count(3) a function to retrieves number of backend nodes.
- pgpool_adm_pcp_node_info(3) a function to display the information on the given node ID
- pgpool_adm_pcp_pool_status(3) a function to retrieves parameters in pgpool.conf.
- PGPOOL_RESET(1) restore the value of a configuration parameter to the default value
- PGPOOL_SET(1) change a configuration parameter
- pgpool_setup(1) Create a temporary installation of Pgpool-II cluster
- PGPOOL_SHOW(1) show the value of a configuration parameter
- pgpool(8) Pgpool-II main server
- pgproto(1) tests PostgreSQL or any other servers that understand the frontend/backend protocol.
- SHOW_POOL_BACKEND_STATS(1) show backend SQL command statistics
- SHOW_POOL_CACHE(1) displays cache storage statistics
- SHOW_POOL_HEALTH_CHECK_STATS(1) show health check statistics data
- SHOW_POOL_NODES(1) sends back a list of all configured nodes
- SHOW_POOL_POOLS(1) sends back a list of pools handled by Pgpool-II.
- SHOW_POOL_PROCESSES(1) sends back a list of all Pgpool-II processes waiting for connections and dealing with a connection
- SHOW_POOL_STATUS(1) sends back the list of configuration parameters with their name, value, and description
- SHOW_POOL_VERSION(1) displays a string containing the Pgpool-II release number.
- watchdog_setup(1) Create a temporary installation of Pgpool-II clusters with watchdog
- wd_cli(1) Watchdog Command Line Interface (CLI) utility for the external health-check system integration.