Re: [HACKERS] Superowners - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] Superowners
Date
Msg-id 5f934088-48a8-4e71-aed6-2f0cc4d3a05e@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] Superowners  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: [HACKERS] Superowners  (Stephen Frost <sfrost@snowman.net>)
Re: [HACKERS] Superowners  (Simon Riggs <simon@2ndquadrant.com>)
Re: [HACKERS] Superowners  (David Fetter <david@fetter.org>)
List pgsql-hackers
On 1/26/17 1:25 PM, Simon Riggs wrote:
> That should include the ability to dump all objects, yet without any
> security details. And it should allow someone to setup logical
> replication easily, including both trigger based and new logical
> replication. And GRANT ON ALL should work.

This basically sounds like a GRANT $privilege ON ALL $objecttype TO
$user.  So you could have a user that can read everything, for example.

This kind of thing has been asked for many times, but that quieted down
when the default privileges feature appeared.  I think it would still be
useful.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Allow interrupts on waiting standby
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] WIP: About CMake v2