FW: Increasing security in a shared environment ...

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема FW: Increasing security in a shared environment ...
Дата
Msg-id KGEFLMPJFBNNLNOOOPLGAEENCHAA.simon@2ndquadrant.com
обсуждение исходный текст
Список pgsql-hackers

>Marc G. Fournier wrote
> Does anyone know how ppl like Oracle handle this?  Are system catalogs
> like this open to all users?

The system catalogs for Oracle and most other systems I know of are
secure.

In both Oracle and Teradata the "system tables" are actually views,
which are actively granted access to users by the administrator. The
common set of views has a lookup in it to make sure only objects that
the user has *some* authority over are made available.

On Oracle, these are USER_ views, whereas the administrator has ALL_
views

These views look identical, so you can't even tell there's anything you
can't see.

I had been meaning to suggest that the rather useful \d commands in psql
make it through to wider use as system views...so now is a good time to
raise that suggestion. If they are worth having in psql, they are worth
giving to everyone and we can use that to implement security in just the
same way other systems already do.

Best Regards, Simon Riggs



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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: with vs without oids in pg_catalog.*
Следующее
От: reina_ga@hotmail.com (Tony Reina)
Дата:
Сообщение: Why is pg_dump using INSERTs instead of COPYs?