Re: compartmentalizing users
От | Bruce Momjian |
---|---|
Тема | Re: compartmentalizing users |
Дата | |
Msg-id | 200403031416.i23EGuo22171@candle.pha.pa.us обсуждение исходный текст |
Ответ на | Re: compartmentalizing users (Bruno Wolff III <bruno@wolff.to>) |
Список | pgsql-general |
Bruno Wolff III wrote: > 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. Take a look at the db_user_namespace option in postgresql.conf. It is used for this purpose. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
В списке pgsql-general по дате отправления: