Description
PostgreSQL deployments can route client connections through a lightweight pooler to reduce connection overhead. This helps busy applications reuse database sessions and protect the server from too many direct connections.
It is a background network service. Pooling changes authentication and transaction behavior, so administrators should test application compatibility and protect credentials.