Re: Every user has own database - how? - Mailing list pgsql-general

From Tom Lane
Subject Re: Every user has own database - how?
Date
Msg-id 11019.1174966425@sss.pgh.pa.us
Whole thread Raw
In response to Every user has own database - how?  ("Jaro" <jaro80@gmail.com>)
List pgsql-general
"Jaro" <jaro80@gmail.com> writes:
> I'd like create several users and several databases, ever user should
> be root only for own database

Anyone who is superuser in any database can certainly override any
restrictions you might think to put on him.  (Hint: he can get at
the filesystem.)

If you really wish to hand out superuser to people you don't entirely
trust, then give each of them their own installation ($PGDATA tree),
running under a Unix account that isn't shared with anything else.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Strange result using transactions
Next
From: Tom Lane
Date:
Subject: Re: ERROR: out of shared memory