Package: pgpool2 Version: 4.7.2-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 7247 Depends: libpgpoolpcp3 (= 4.7.2-1.pgdg26.04+1), postgresql-common, ucf, libc6 (>= 2.42), libcrypt1 (>= 1:4.1.0), libldap2 (>= 2.6.2), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0) Enhances: postgresql Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page Priority: optional Section: database Filename: pool/main/p/pgpool2/pgpool2_4.7.2-1.pgdg26.04+1_amd64.deb Size: 1313268 SHA512: 9f8e98320cff7805013783274e44e568d6b2a93b0225ef0a8db12090892661e90bcfeea09b91b132c05380d30d914a865df7cd72f729e7d74724c9a1abdab46a SHA256: 315be55d2fc35f0fd6d23a8884468f45b9aa861cbc0f9c1652ff4f3c26f8471e SHA1: 5019b2359445a9a55b9b0f0ae165a88d411604f1 MD5sum: 0dcd86fcd70e0460d71edcc3f188c121 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.