Re: unprivileged user

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: unprivileged user
Дата
Msg-id 1260488568.716.35.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: unprivileged user  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: unprivileged user
Список pgsql-hackers
On tor, 2009-12-10 at 17:20 -0500, Andrew Dunstan wrote:
> Some time later it came up again, this time when someone wanted to use a 
> readonly database (hence no pg_dump required) with an application and 
> wanted to keep the database layout and the source code of stored 
> functions hidden as they regarded it as proprietary information.

Well, the information schema already implements a policy of this sort,
because it only shows information about things you have some kind of
access to. (I assume you are allowed to know about the things you have
access to.)

The problem in this sort of scheme is always that the system catalogs
are world readable, and changing that would break about every tool and
driver in existence.  It's not clear how to fix that, at least not
without row-level security.  Or how did your old patch address this?




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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Python 3.1 support
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Has anyone used CLANG yet?