Once PgBouncer is installed, configured, and operational, we still need to utilize it. So, how do we connect to PgBouncer instead of PostgreSQL? Let's explore that next.
Connecting to PgBouncer
Getting ready
Make sure PgBouncer is configured and running. Take a look at the Configure PgBouncer safely recipe. Then, execute this at the command line to check for the service:
pgrep -alf pgbouncer
We should see a line similar to this:
21281 /usr/bin/pgbouncer -d /etc/pgbouncer/pgbouncer.ini
If this is not the case, we need help beyond the scope of this book. Feel free to check the PgBouncer mailing list for assistance. The community is willing to help too, so let them.