Re: TODO item: set proper permissions on non-system schemas

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: andrew(at)supernews(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: TODO item: set proper permissions on non-system schemas
Date: 2005-09-01 16:03:24
Message-ID: 21115.1125590604@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew - Supernews <andrew+nonews(at)supernews(dot)com> writes:
> On 2005-09-01, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> Change the ownership of public in template1 to be a "dbadmin" group.
>> Grant membership in "dbadmin" to all the DB owners. End of problem.

> Only if all db owners are equivalent.

If you don't want some of them to have control over their public
schemas, you don't grant them membership in this group. (Which,
by the way, is *more* flexible than a hack to reassign the schema
ownership to the DB owner automatically.)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-09-01 16:08:55 Re: On hardcoded type aliases and typmod for user types
Previous Message Martijn van Oosterhout 2005-09-01 15:59:21 Re: On hardcoded type aliases and typmod for user types