Re: security documentation

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: security documentation
Дата
Msg-id 1128095478.29347.82.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Re: security documentation  (jeff sacksteder <jsacksteder@gmail.com>)
Список pgsql-general
On Fri, 2005-09-30 at 09:14, jeff sacksteder wrote:
> Are there any data access issues (as opposed to data visibility
> issues)
>         you are having?
>
>
> No, It's just that in a hosting situation where each customer has a
> database of their own, they need to be boxed in somehow. In the event
> of an application bug allowing raw sql to be executed, it's not
> appropriate for them to be able to learn what other databases and
> users exist.

Well, the fact that they're still on the same database cluster is the
real issue then.  If you need true isolation, then each one needs their
own (possibly virtual) server.

No matter how much you might be able to hide the other databases,
they're still there, and issuing an unconstrained join can still pretty
much kill everyone else's performance.

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Help with inventory control
Следующее
От: Gandalf Me
Дата:
Сообщение: Exporting just schema/metadata (w/o data) in Postgres