slackbuilds/network/pgbouncer
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
doinst.sh
pgbouncer.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
pgbouncer.info
rc.pgbouncer
slack-desc

README

pgbouncer (Lightweight connection pooler for PostgreSQL)

pgbouncer is a PostgreSQL connection pooler. Any target application
can be connected to pgbouncer as if it were a PostgreSQL server,
and pgbouncer will create a connection to the actual server, or it
will reuse one of its existing connections.

The aim of pgbouncer is to lower the performance impact of opening
new connections to PostgreSQL.