Re: Restrict users from describing table

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Restrict users from describing table
Дата
Msg-id 20040109041035.GA31586@wolff.to
обсуждение исходный текст
Ответ на Re: Restrict users from describing table  (Michael Gill <mgill@pointdx.com>)
Ответы Re: Restrict users from describing table  (mgill@pointdx.com)
Список pgsql-hackers
On Mon, Jan 05, 2004 at 11:32:42 +0500, Michael Gill <mgill@pointdx.com> wrote:
> 
> I think I have found the simple solution by separating the user from the 
> owner of the tables, however!
> 
> I have simply created tables and functions in the owner's schema(A), 
> then granted execution to the other user(B). My brief testing indicates 
> that B cannot access or describe A's objects, yet can execute the 
> function that retrieves data and returns a ref cursor.
> 

This won't work as they can still get at the system catalog which will
allow them to see the schema.


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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: psql \d option list overloaded
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How to retrieve functional index column names