opnsense-ports/databases/pgpool/pkg-descr
Franco Fichtner 465481a97b */*: sync with upstream
Taken from: FreeBSD
2015-11-15 10:51:01 +01:00

8 lines
348 B
Text

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