Package: pgpool2 Version: 4.7.1-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 7167 Pre-Depends: init-system-helpers (>= 1.54~) Depends: libpgpoolpcp3 (= 4.7.1-1.pgdg22.04+1), postgresql-common, ucf, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libldap-2.5-0 (>= 2.5.4), libmemcached11, libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0~~alpha1) Enhances: postgresql Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page Priority: optional Section: database Filename: pool/main/p/pgpool2/pgpool2_4.7.1-1.pgdg22.04+1_amd64.deb Size: 1307208 SHA512: 899e36c798fadbe5dd52de25ad4c79ad2630c6874fd83aabd42b55f3a00a2255fb474e548c4b79bb744acca61fa552a5b8b59d120cc27748c0cc7dc7f234dab0 SHA256: ddf98cee0d92e297a73704b9c1850c26aa2df94847835de2b0a8b79cf7120cc7 SHA1: ceca8d3180f8bd71133c88dd4e1221735c1809b2 MD5sum: 3af7f8aaadde2f9fa5633a73f0a37542 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.