Increasing security in a shared environment ...

Поиск
Список
Период
Сортировка
От Marc G. Fournier
Тема Increasing security in a shared environment ...
Дата
Msg-id 20040329002443.N51637@ganymede.hub.org
обсуждение исходный текст
Ответы Re: Increasing security in a shared environment ...  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
How hard would it be to add this:

"The \l command should only list databases that the current user is
authorized for, the \du command should only list users authorized for the
current database (and perhaps only superusers should get even that much
information), etc.  Perhaps it is possible to set PG to do this, but that
should probably be the default."

This is from a PgSQL vs MySQL thread on -general ... how hard would it be
make it so that a non-superuse user can't do a \l and see everyone's
databases?  Or, when doing a \d in a database you are able to connect to,
it would only show those tables that you are authorized for?


----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664


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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Fuzzy cost comparison to eliminate redundant planning
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Increasing security in a shared environment ...