mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-03 04:27:22 +00:00
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>
8 lines
169 B
Plaintext
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"
|