Re: Converting from single user w/pool to multiple users - Mailing list pgsql-general

From Jeff Amiel
Subject Re: Converting from single user w/pool to multiple users
Date
Msg-id 4242E75D.8050207@istreamimaging.com
Whole thread Raw
In response to Re: Converting from single user w/pool to multiple users  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Converting from single user w/pool to multiple users  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Could we continue to use our existing connection pool (via our app
server) and every time the application 'gets' a connection (as a
superuser) , we then 'SET SESSION AUTHORIZATION' to the appropriate user
who is performing the action?


>>Under the new scheme, we are limited by  max_connections
>>(postgresql.conf)...and would return an error immediately when no
>>connections were available.  Is there any way to mitigate this?
>>
>>
>
>This is doubtless the worst problem...
>
>            regards, tom lane
>
>

pgsql-general by date:

Previous
From: Richard_D_Levine@raytheon.com
Date:
Subject: Re: Good Books
Next
From: Tom Lane
Date:
Subject: Re: Converting from single user w/pool to multiple users