Re: [HACKERS] pgbouncer + psql 9.0a4

2010-02-26 Thread Jaime Casanova
On Fri, Feb 26, 2010 at 12:23 PM, Garick Hamlin wrote: > > I am new to pgbouncer, sorry if this was obvious. > if you never ask you never learn... nothing to be sorry about... well, besides the fact that you don't read the whole manual before trying it, but just a few months a ago one postgres ha

Re: [HACKERS] pgbouncer + psql 9.0a4

2010-02-26 Thread Garick Hamlin
On Fri, Feb 26, 2010 at 11:38:20AM -0500, Jaime Casanova wrote: > On Fri, Feb 26, 2010 at 11:26 AM, Garick Hamlin wrote: > > > > I imagine this is really mostly pgbouncer's problem > > yes it is, but you can workaround it using "ignore_startup_parameters" > parameter in pgbouncer.ini > http://pgb

Re: [HACKERS] pgbouncer + psql 9.0a4

2010-02-26 Thread Kenneth Marshall
Hi Garick, Add an ignore_startup_parameters to your pgbouncer.ini file with application_name. Cheers, Ken On Fri, Feb 26, 2010 at 11:26:23AM -0500, Garick Hamlin wrote: > I was just trying out 9.0a4 and I noticed. That I can't connect to > pgbouncer with psql from 9.0a4 as a result of the set

Re: [HACKERS] pgbouncer + psql 9.0a4

2010-02-26 Thread Jaime Casanova
On Fri, Feb 26, 2010 at 11:26 AM, Garick Hamlin wrote: > > I imagine this is really mostly pgbouncer's problem yes it is, but you can workaround it using "ignore_startup_parameters" parameter in pgbouncer.ini http://pgbouncer.projects.postgresql.org/doc/config.html#toc4 -- Atentamente, Jaime Ca

[HACKERS] pgbouncer + psql 9.0a4

2010-02-26 Thread Garick Hamlin
I was just trying out 9.0a4 and I noticed. That I can't connect to pgbouncer with psql from 9.0a4 as a result of the set application_name changes to psql. I imagine this is really mostly pgbouncer's problem, but I couldn't figure out how if it was possible to make psql not set application_name