Re: PMChildFlags array - Mailing list pgsql-general

From Tom Lane
Subject Re: PMChildFlags array
Date
Msg-id 5868.1570123338@sss.pgh.pa.us
Whole thread Raw
In response to Re: PMChildFlags array  (bhargav kamineni <bhargavpostgres@gmail.com>)
Responses Re: PMChildFlags array
List pgsql-general
bhargav kamineni <bhargavpostgres@gmail.com> writes:
> Postgres was rejecting a bunch of connections from a user who is having a
> connection limit set. that was the the FATAL error that i could see in log
> file.
>  FATAL,53300,"too many connections for role ""user_app"""

> db=\du user_app
>                            List of roles
>   Role name   |          Attributes           |     Member of
> --------------+-------------------------------+--------------------
>  user_app | No inheritance               +| {application_role}
>               | 100 connections              +|
>               | Password valid until infinity |

Hm, what's the overall max_connections limit?  (I'm wondering
in particular if it's more or less than 100.)

            regards, tom lane



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: PG12
Next
From: Jason Ralph
Date:
Subject: RE: PG11 Parallel Thanks!!