Re: PGBouncer Connection Using Perl DBI - Mailing list pgsql-general

From Jeff Janes
Subject Re: PGBouncer Connection Using Perl DBI
Date
Msg-id CAMkU=1yLpBFOiQ6S3dMjNXjP1utKmLTMi3M=t2LrWs3W6HjKWA@mail.gmail.com
Whole thread Raw
In response to Re: PGBouncer Connection Using Perl DBI  (prashantbharucha <prashantbharucha@yahoo.ca>)
List pgsql-general
On Tue, Aug 28, 2012 at 8:33 AM, prashantbharucha
<prashantbharucha@yahoo.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


pgsql-general by date:

Previous
From: prashantbharucha
Date:
Subject: Re: PGBouncer Connection Using Perl DBI
Next
From: "Ing.Edmundo.Robles.Lopez"
Date:
Subject: Which postgresql should i choose to migrate from 8.3 ? 8.4 or 9.1?