pgbouncer is a PostgreSQL connection pooler. Any target application can be connected to pgbouncer as if it were a PostgreSQL server, and pgbouncer will manage to connect to the server, or to reuse one of its existing connections.
pgbouncer is a PostgreSQL connection pooler. Any target application can be connected to pgbouncer as if it were a PostgreSQL server, and pgbouncer will manage to connect to the server, or to reuse one of its existing connections.
To install pgbouncer, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pgbouncer
To see what files were installed by pgbouncer, run:
port contents pgbouncer
To later upgrade pgbouncer, run:
sudo port selfupdate && sudo port upgrade pgbouncer
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.