1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: pgpool
Section: misc
Priority: optional
Maintainer: Peter Eisentraut <petere@debian.org>
Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5)
Standards-Version: 3.7.2
Package: pgpool
Architecture: any
Depends: lsb-base, postgresql-common (>=26), ${shlibs:Depends}, ${misc:Depends}
Enhances: postgresql, libpq3, libpq4
Description: connection pool server for PostgreSQL
pgpool is a connection pool server for PostgreSQL, running between
PostgreSQL's client and server. Any PostgreSQL client can connect to
pgpool as if it's a real PostgreSQL server; pgpool caches the
connection to the PostgreSQL server to reduce the overhead involved in
establishing the connection to it. pgpool can also be used with two
PostgreSQL servers for fail over purposes. If the first server goes
down, pgpool will automatically switch to the secondary server.
.
Web site: http://pgpool.projects.postgresql.org/
|