Re: compartmentalizing users

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: compartmentalizing users
Дата
Msg-id 20040227172326.GA18900@wolff.to
обсуждение исходный текст
Ответ на compartmentalizing users  (jwsacksteder@ramprecision.com)
Ответы Re: compartmentalizing users  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
On Fri, Feb 27, 2004 at 11:01:54 -0500,
  jwsacksteder@ramprecision.com wrote:
> Is there a way to segregate users by database or schema so that in a hosting
> situation you could keep different customers apart? Otherwise, the
> unpleasant alternative is to run separate instances of Postgres.

Yes, but the separation isn't total. One solution would be to have a DB
per user. However all users will still be able to see the shared
system tables. This will allow them to see schema (DDL definitions)
of other users. Though they won't be able to get at other user's
data.

В списке pgsql-general по дате отправления:

Предыдущее
От: Mike Mascari
Дата:
Сообщение: Re: correlated delete with 'in' and 'left outer join'
Следующее
От: "dewins murillo"
Дата:
Сообщение: Here there is a Postgresql for Windows Sample APP