On 08/27/2012 09:51 AM, Prashant Bharucha wrote:
> Hello ,
> Could you please tell me some one ,how to do connection PGBouncer using
> Perl DBI module ?
Exactly the same way you connect to PostgreSQL normally: specify a
hostname, port and database name. Instead of specifying those for the
PostgreSQL server, specify the details for the PgBouncer server that's
proxying for PostgreSQL.
--
Craig Ringer