freebsd-ports/databases/pgpool-II-35/pkg-descr
Jochen Neumeister dcaef8cd1b Fix WWW
Approved by:	tz (implicit)
Sponsored by:	Netzkommune GmbH
2018-11-15 22:09:04 +00:00

9 lines
349 B
Plaintext

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://pgpool.net/