Man page - pcp_stop_pgpool(1)
Packages contains this manual
- pcp_invalidate_query_cache(1)
- pgpool_adm_pcp_node_count(3)
- pcp_proc_info(1)
- pcp_recovery_node(1)
- pcp_common_options(1)
- pgpool_adm_pcp_pool_status(3)
- pcp_proc_count(1)
- pcp_log_rotate(1)
- pgpool_adm_pcp_node_info(3)
- pgpool_adm_pcp_attach_node(3)
- pcp_stop_pgpool(1)
- pcp_node_count(1)
- pgpool_setup(1)
- pcp_health_check_stats(1)
- pgpool_adm_pcp_detach_node(3)
- pgpool_adm_pcp_health_check_stats(3)
- pg_md5(1)
- pcp_promote_node(1)
- pcp_pool_status(1)
- pcp_detach_node(1)
- wd_cli(1)
- pg_enc(1)
- pcp_reload_config(1)
- pgpool_adm_pcp_proc_info(3)
- pcp_watchdog_info(1)
- pgproto(1)
- pgpool(8)
- watchdog_setup(1)
- pcp_node_info(1)
- pcp_attach_node(1)
apt-get install pgpool2
Manual
PCP_STOP_PGPOOL
NAMESYNOPSIS
DESCRIPTION
OPTIONS
NAME
pcp_stop_pgpool - terminates the Pgpool-II process
SYNOPSIS
|
pcp_stop_pgpool [ options ...] [ mode ] |
DESCRIPTION
pcp_stop_pgpool terminates the Pgpool-II process.
OPTIONS
-m
mode
--mode=
mode
Shutdown mode for terminating the Pgpool-II process.
The available modes are as follows (The default is "smart"):
• s, smart : smart mode
• f, fast : fast mode
• i, immediate : immediate mode
Regarding the meaning of each mode, please refer to pgpool (8) manual.
-s
scope
--scope=
scope
Specifies the breadth of a command's impact.
The supported command scopes are as follows (The default is "local"):
• c, cluster : terminates all Pgpool-II nodes part of the cluster
• l, local : terminates local Pgpool-II node only
Other options
See pcp_common_options (1).