Re: Every user has own database - how?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Every user has own database - how?
Дата
Msg-id 11019.1174966425@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Every user has own database - how?  ("Jaro" <jaro80@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Strange result using transactions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: out of shared memory