Re: ALTER DATABASE and datallowconn

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: ALTER DATABASE and datallowconn
Дата
Msg-id CABUevEy8eY-gvF_n0H2H629RubxKVkhy9_UKcvJRz=Hcb50=Gw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: ALTER DATABASE and datallowconn  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: ALTER DATABASE and datallowconn  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thu, May 3, 2012 at 4:13 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Magnus Hagander <magnus@hagander.net> writes:
>> Is there a particular reason we don't have an ALTER DATABASE switch
>> that controls the datallowconn, or is it just something "missed out"?
>
> It was never intended to be a user-accessible switch, just something to
> protect template0.

It can be rather useful for others as well, though - since it works as
a defense against superusers doing the wrong thing..


> I don't agree with Simon's proposal to hard-wire protection for
> template0 instead; that's ugly, and sometimes you do need to be able to
> turn it off.  But that's something that should be done only with adult
> supervision, so having a nice friendly ALTER DATABASE command for it
> seems exactly the wrong thing.

Yeah, I agree that from the perspective of template0, it definitely
looks that way.


--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: How hard would it be to support LIKE in return declaration of generic record function calls ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ALTER DATABASE and datallowconn