Package: pgpool2 Version: 4.3.5-1.pgdg18.04+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 6244 Depends: libpgpool2 (= 4.3.5-1.pgdg18.04+1), lsb-base, postgresql-common, ucf, libc6 (>= 2.15), libldap-2.4-2 (>= 2.4.7), libmemcached11, libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl1.1 (>= 1.1.0) Enhances: postgresql Conflicts: pgpool Replaces: pgpool Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page Priority: optional Section: database Filename: pool/main/p/pgpool2/pgpool2_4.3.5-1.pgdg18.04+1_i386.deb Size: 1268400 SHA256: 92b8c6e43fbcb4d90efe48d74e88dfbff55de5af762eb615e725a89cff53ac8a SHA1: 333c25ff8e2d184a8ee8715a9290aaa24d565944 MD5sum: 07770c84d5e5d2da2bcc65befb4f8f92 Description: connection pool server and replication proxy for PostgreSQL pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. It provides the following features: . * Connection Pooling * Replication * Load Balance * Limiting Exceeding Connections * Parallel Query . pgpool-II talks PostgreSQL's backend and frontend protocol, and relays a connection between them. Therefore, a database application (frontend) thinks that pgpool-II is the actual PostgreSQL server, and the server (backend) sees pgpool-II as one of its clients. Because pgpool-II is transparent to both the server and the client, an existing database application can be used with pgpool-II almost without a change to its sources. . This is version 3 of pgpool-II, the second generation of pgpool.