Re: Connection limit and Superuser - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Connection limit and Superuser
Date
Msg-id 44CE1593.70007@dunslane.net
Whole thread Raw
In response to Re: Connection limit and Superuser  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Connection limit and Superuser  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
Tom Lane wrote:

>Andrew Dunstan <andrew@dunslane.net> writes:
>  
>
>>Martijn van Oosterhout wrote:
>>    
>>
>>>Maybe someone should look into enabling slony to not run as a
>>>superuser?
>>>      
>>>
>
>  
>
>>That was my initial reaction to this suggestion. But then I realised 
>>that it might well make sense to have a separate connection-limited 
>>superuser for Slony purposes (or any other special purpose) alongside an 
>>unlimited superuser.
>>    
>>
>
>Actually, the real question in my mind is why Slony can't be trusted
>to use the right number of connections to start with.  If you don't
>trust it that far, what are you doing letting it into your database as
>superuser to start with?
>
>As for "connection-limited superuser", if you can't do ALTER USER SET
>on yourself then you aren't a superuser, so any such restriction is
>illusory anyway.
>
>  
>

As a protection against malice, yes. I think Rod was more interested in 
some protection against stupidity.

Maybe the real answer is that Slony should connect as a non-superuser 
and call security definer functions for the privileged things it needs 
to do.

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Relation locking and relcache load (was Re: Going for "all green" buildfarm results)
Next
From: Tom Lane
Date:
Subject: Re: tg_trigtuple not NULL in AFTER STATEMENT triggers?