Re: Connection limit doesn't work for superuser - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Connection limit doesn't work for superuser
Date
Msg-id CA+TgmoZXD+yfhpaRViWeJxhz98NQ4ydCem=-1sySChV3C5mkBg@mail.gmail.com
Whole thread Raw
In response to Re: Connection limit doesn't work for superuser  (Andrey Borodin <x4mmm@yandex-team.ru>)
Responses Re: Connection limit doesn't work for superuser  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, Nov 7, 2018 at 7:20 AM Andrey Borodin <x4mmm@yandex-team.ru> wrote:
> >These clauses determine whether the new role is a “superuser”, who can override all access restrictions within the
database.
> Do we consider connection limit "access restriction"? Superuser can avoid setting his connection limit if he do not
needit. 

I don't think we should consider something that prevents you from
connecting to the database to be in the same category as something
that limits what you can do once you are connected.  IOW, +1 to the
original proposal from me.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: valgrind on initdb
Next
From: Robert Haas
Date:
Subject: Re: ATTACH/DETACH PARTITION CONCURRENTLY