Re: Security Question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Security Question
Дата
Msg-id 942.1043972492@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Security Question  (Mitch <postgresql@karboneye.com>)
Список pgsql-general
Mitch <postgresql@karboneye.com> writes:
> Is there any way to prevent a regular user (not super, no createdb)
> from being able to select from pg_user and pg_database to get a list of
> databases, users and table schemas on the machine?

Well, you could alter the permissions on the system catalogs, but
I suspect you'll find you do not like the side-effects.  A lot of stuff
is likely to break if it can't see the catalogs.

            regards, tom lane

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

Предыдущее
От: Arjen van der Meijden
Дата:
Сообщение: Weird query plans for my queries, causing terrible performance.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Weird query plans for my queries, causing terrible performance.