Re: [HACKERS] generated columns

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: [HACKERS] generated columns
Дата
Msg-id CAM-w4HMLjk6cdUcGxoViYDp8gBU_mf+5hr9aAeMAGvS5-yqL2w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] generated columns  (Nico Williams <nico@cryptonector.com>)
Список pgsql-hackers
There are some unanswered questions with column grants too. Do we
allow granting access to a calculated column which accesses columns
the user doesn't have access to?

If so then this is a suitable substitute for using updateable views to
handle things like granting users access to things like password
hashes or personal data with details censored without giving them
access to the unhashed password or full personal info.

-- 
greg


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] parallelize queries containing initplans
Следующее
От: Vik Fearing
Дата:
Сообщение: Re: [HACKERS] [PATCH] WIP Add ALWAYS DEFERRED option for constraints