File: control

package info (click to toggle)
pgpool 3.1.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 784 kB
  • ctags: 465
  • sloc: ansic: 6,123; sh: 845; lex: 669; makefile: 29
file content (21 lines) | stat: -rw-r--r-- 908 bytes parent folder | download
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/