Re: How to hide database structure

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: How to hide database structure
Дата
Msg-id 20031224040456.GA626@wolff.to
обсуждение исходный текст
Ответ на How to hide database structure  (mydba@usa.com (Michael Gill))
Ответы Re: How to hide database structure
Список pgsql-general
On Mon, Dec 22, 2003 at 09:10:43 -0800,
  Michael Gill <mydba@usa.com> wrote:
> How can I hide all details from users regarding data and structure,
> limiting access to data through functions I create?
>
> I don't want a user to be able to see the structure of a table with \d
> {tablename} in psql.

Don't give them any direct access to the tables and use a security definer
function to give them indirect access.

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

Предыдущее
От: bpalmer
Дата:
Сообщение: Re: Mirrors that don't suck.
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: How to hide database structure