Re: PGBouncer Connection Using Perl DBI

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: prashantbharucha <prashantbharucha(at)yahoo(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PGBouncer Connection Using Perl DBI
Date: 2012-08-28 16:51:32
Message-ID: CAMkU=1yLpBFOiQ6S3dMjNXjP1utKmLTMi3M=t2LrWs3W6HjKWA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Aug 28, 2012 at 8:33 AM, prashantbharucha
<prashantbharucha(at)yahoo(dot)ca> wrote:
> Hi Craig
>
> I got connection to pgbouncer,but how do i pass actual database parameter
> to connect .
>
> I attached my perl script and getting error : prepared statement
> "dbdpg_p27841_1"

That doesn't look like a complete error message. Is there more to it?
What line number is it coming from?

You can't use prepared statements if you are using statement level
pooling. Maybe that is the issue.

Cheers,

Jeff

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ing.Edmundo.Robles.Lopez 2012-08-28 16:52:26 Which postgresql should i choose to migrate from 8.3 ? 8.4 or 9.1?
Previous Message prashantbharucha 2012-08-28 15:33:46 Re: PGBouncer Connection Using Perl DBI