Re: [HACKERS] Support for JDBC setQueryTimeout, et al. - Mailing list pgsql-jdbc

From Stephen Frost
Subject Re: [HACKERS] Support for JDBC setQueryTimeout, et al.
Date
Msg-id 20101015201440.GT26232@tamriel.snowman.net
Whole thread Raw
In response to Re: [HACKERS] Support for JDBC setQueryTimeout, et al.  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
List pgsql-jdbc
Dimitri,

* Dimitri Fontaine (dimitri@2ndQuadrant.fr) wrote:
[... much useful info ...]

Thanks for all of that, I certainly appreciate it.

> By default pgbouncer maintains a different pool per database and role,
> so you should be partly covered here.

No, not really..  We have a single unprivileged account which is used
for login and then that account can 'set role' to other roles (of
course, we set it up so the login role *has* to set role to another user
to be able to do anything).  I doubt pgbouncer is going to switch pooler
connections on seeing a set role and I'm not really sure it'd make sense
for it to anyway.

    Thanks,

        Stephen

Attachment

pgsql-jdbc by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: [HACKERS] Support for JDBC setQueryTimeout, et al.
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Support for JDBC setQueryTimeout, et al.