Re: Grant Priviliges on column

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Grant Priviliges on column
Дата
Msg-id 441AD66A.2000101@archonet.com
обсуждение исходный текст
Ответ на Grant Priviliges on column  (Sean Hamilton <sehamilt@chfund.org>)
Список pgsql-general
Sean Hamilton wrote:
> Does Postgres support granting priviliges at the column level?
>
> ex. grant update on tableA (id, description) to user

... Or, perhaps with a before-update trigger.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Grant Priviliges on column
Следующее
От: Randy Yates
Дата:
Сообщение: Re: Encountering NULLS in plpgsql