Re: TODO Item: ACL_CONNECT - Mailing list pgsql-hackers

From Tom Lane
Subject Re: TODO Item: ACL_CONNECT
Date
Msg-id 19391.1145978234@sss.pgh.pa.us
Whole thread Raw
In response to Re: TODO Item: ACL_CONNECT  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> No other object type has the ability to require you to stop the server
> and start a standalone backend to fix the mistake, which is what makes
> this thing unique.

This one doesn't either.  I already pointed out two reasons why not:
1. you can connect to a different database (eg template1 or postgres)
and fix the problem from there.
2. the restriction won't be enforced against superusers anyway.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Gevik Babakhani
Date:
Subject: Re: TODO Item: ACL_CONNECT
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] Implementing RESET CONNECTION ...