Re: Limiting user connnections on 7.4 - Mailing list pgsql-general

From Jim Nasby
Subject Re: Limiting user connnections on 7.4
Date
Msg-id 11691995-7A7F-43F7-8104-E99E61EAC7A2@decibel.org
Whole thread Raw
In response to Re: Limiting user connnections on 7.4  ("Saqib Awan" <ssawan786@hotmail.com>)
List pgsql-general
I think you might be able to accomplish this by setting up a pgpool
instance for just the read-only connections and limiting how many
connections are allowed there.

On Mar 26, 2007, at 3:20 PM, Saqib Awan wrote:

> Yes other than max_connections. I have a read-only user whose
> connections
> need to be limited to a number far less than max_connections.
> Unfortunately,
> I cannot upgrade to latest version of the portgres since the newer
> ones has
> the support.
>
> -----Original Message-----
> From: Jim Nasby [mailto:decibel@decibel.org]
> Sent: Saturday, March 24, 2007 2:26 PM
> To: Saqib Awan
> Cc: pgsql-general@postgresql.org general
> Subject: Re: [GENERAL] Limiting user connnections on 7.4
>
> Dropping -hackers
>
> On Mar 22, 2007, at 4:23 AM, Saqib Awan wrote:
>> is there an existing mechanism to do user based connection
>> controls in
>> Postgres 7.4?
>
> Other than max_connections?
> --
> Jim Nasby                                            jim@nasby.net
> EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)
>
>
>

--
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)



pgsql-general by date:

Previous
From: Jim Nasby
Date:
Subject: Re: reg: bitmap index implementation
Next
From: Oleg Bartunov
Date:
Subject: Re: Stemming not working with tsearch2() function