Re: (Default) Group permissions

From: David Johnston <polobo(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: (Default) Group permissions
Date: 2013-07-01 00:45:47
Message-ID: 1372639547260-5761952.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

John R Pierce wrote
> On 6/30/2013 12:46 PM, Michael Orlitzky wrote:
>> We use Postgres for shared hosting; i.e. what most people use MySQL for.
>> The biggest headache for us so far has been that we're unable to get
>> group permissions set up effectively so that different groups of
>> customers, admins, apaches, etc. can access/modify the data they need,
>> without manual intervention from someone with root and a relatively deep
>> knowledge of the permissions system.
>
> 90% of shared hosting is one user one database, right?
>
> CREATE USER username PASSWORD 'somepassword';
> CREATE DATABASE username OWNER username;
>
> done.

So PostgreSQL is only useful, for shared hosting, when the only permissible
access is via vendor-supplied resources (APIs, administrators, etc...)?

With recent improvements in row-level security it seems that some desire
exists to make shared hosting (on a single instance) more useful; but this
is all for naught if you cannot get the permissions right.

I haven't looked into the OP's materials but my experience tells me that
either (or both) the permissions system is lacking some features or the
resources to get people to properly use the features is insufficient.

I'm hoping that this is all a case of humor just being difficult to
communicate in text since even if the OP is just mis-understood the
complaint is legitimate. I'd look deeper by I'm likely in the same boat so
but I currently belong with the 90%.

David J.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Default-Group-permissions-tp5761938p5761952.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2013-07-01 01:12:50 Re: (Default) Group permissions
Previous Message John R Pierce 2013-06-30 23:06:04 Re: (Default) Group permissions