Muhammad Moinur Rahman 7b361b10fd
databases/pgpool-II-46: New port
pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL
client can connect to pgpool as if it were a standard PostgreSQL server.

pgpool caches the connection to PostgreSQL server to reduce the overhead
to establish the connection to it.

WWW: https://www.pgpool.net
Release Note: https://www.pgpool.net/docs/latest/en/html/release-4-6-0.html
2025-03-04 09:33:14 +01:00

16 lines
322 B
Plaintext

[
{ type: install
message: <<EOM
In order to start pgpool you need some more configuration:
# sysrc pgpool_user="root"
# service pgpool enable
Please consider the usage of another user. The user is
required to have read/write access to /var/run/pgpool.
Using the root user is - as always - an security issue.
EOM
}
]