Re: [PATCH] DefaultACLs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] DefaultACLs
Date: 2009-10-05 19:38:42
Message-ID: 18114.1254771522@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Josh Berkus <josh(at)agliodbs(dot)com> writes:
> On 10/3/09 8:09 AM, Kevin Grittner wrote:
>> Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> let's let the default, global default ACL contain the hard-wired
> privileges, instead of making them hardwired.

> Wow, that would be great. It would meant that DBAs could change the
> global default permissions.

Committed that way. One possible disadvantage down the road is that
people may now have the "default" privileges instantiated in their
databases, which will pose a hazard if we ever want to change the
default privilege sets. I imagine that we could have pg_upgrade go
through and modify the contents of pg_default_acl if we got in a bind
over this, but it's going to be something to think about.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Roger Leigh 2009-10-05 19:39:42 Re: Unicode UTF-8 table formatting for psql text output
Previous Message Tom Lane 2009-10-05 19:34:05 Re: [PATCH] DefaultACLs