Re: postgresql mysql max connections

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: Jose Antonio Martinez <lfbbes(at)yahoo(dot)es>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: postgresql mysql max connections
Date: 2003-02-13 15:13:31
Message-ID: 1045149211.15174.467.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

There is no equivilant setting in postgresql, though this doesn't seem
like a terribly hard feature to add. You might want to submit a proposal
on -hackers, or better yet, a patch. :-)

Robert Treat

On Wed, 2003-02-12 at 13:36, Jose Antonio Martinez wrote:
> In mysql there are two configuration parameters for
> limiting connections:
>
> max_user_connections
> max_connections
>
> the first limits the number of concurrent connexions
> from a same user, is there an equivalent in
> postgresql?
>
> Postgresql seems to limit only the total number of
> connexions with the parameter 'max_connections'
> (postgresql.conf)
>
> thanks.
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom JONES 2003-02-13 15:16:48 pam 'Conversation failure' under Solaris
Previous Message Laura Conrad 2003-02-13 14:02:30 How to restore from pg_dumpall output