PGPOOL(8) | pgpool-II 4.3.5 Documentation | PGPOOL(8) |
pgpool - Pgpool-II main server
pgpool [option...]
pgpool [option...] stop
pgpool [option...] reload
the Pgpool-II main server
pgpool runs in 3 modes: start, stop and reload. If none of stop or reload is given, it is assumed that "start" is specified.
These are common options for 3 modes.
-a hba_config_file
--hba-file=hba_config_file
-f config_file
--config-file=config_file
-F pc_config_file
--pcp-file=pcp_config_file
-k key_file
--key-file=key_file
-h
--help
Here are options for the start mode.
-d
--debug
-n
--dont-detach
-x
--debug-assertions
-C
--clear-oidmaps
If memqcache_method is shmem, Pgpool-II always discards oidmaps at the start-up time. So this option is not necessary.
-D
--discard-status
Here are options for the stop mode.
-m shutdown_mode
--mode=shutdown_mode
Reload configuration file of Pgpool-II. No specific options exist for reload mode. Common options are applicable.
2023 | pgpool-II 4.3.5 |