aboutsummaryrefslogblamecommitdiff
path: root/databases/pgpool-II-45/pkg-descr
blob: 59d385596b8e69584c414dc7bde79d5526aea718 (plain) (tree)
1
2
3
4
5
6





                                                                                
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.