Default Roles

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Default Roles
Date: 2016-03-01 03:02:33
Message-ID: 20160301030233.GA3127@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

All,

Attached is a stripped-down version of the default roles patch which
includes only the 'pg_signal_backend' default role. This provides the
framework and structure for other default roles to be added and formally
reserves the 'pg_' role namespace. This is split into two patches, the
first to formally reserve 'pg_', the second to add the new default role.

Will add to the March commitfest for review.

Thanks!

Stephen

Attachment Content-Type Size
default_roles_v13.patch text/x-diff 24.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-03-01 03:53:38 Re: pg_dump dump catalog ACLs
Previous Message Thomas Munro 2016-03-01 02:53:58 Re: Proposal: "Causal reads" mode for load balancing reads without stale data