Lei Maohui 25ef3eec88 pgpool2: Added a new recipe.
Pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. It is distributed under a license similar to BSD and MIT. It provides the  following features.

Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 09:10:39 -07:00

8 lines
169 B
Plaintext

# Options for pgpool
# -n: don't run in daemon mode. does not detach control tty
# -d: debug mode. lots of debug information will be printed
#OPTS=" -d -n"
OPTS=" -n"