Re: Streaming replication as a separate permissions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Streaming replication as a separate permissions
Date
Msg-id 1294289940.3243.3.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: Streaming replication as a separate permissions  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On tis, 2011-01-04 at 22:24 -0500, Robert Haas wrote:
> > Just to be clear: are we saying that "CREATE ROLE foo SUPERUSER"
> > should grant both superuser and replication, as well as the default
> > "postgres" user also having replication as well?
> 
> I think that's what we're saying.

So now superusers have it by default but you can explicitly revoke it?

I guess that's still inconsistent with other superuser behavior.  You
can't revoke a superuser's CREATEDB bit, for example.  (You can, but it
won't have an effect, of course.)



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Streaming replication as a separate permissions
Next
From: Robert Haas
Date:
Subject: Re: Problem with pg_upgrade (8.4 -> 9.0) due to ALTER DATABASE SET ROLE