Re: RLS open items are vague and unactionable

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: RLS open items are vague and unactionable
Дата
Msg-id 2653.1441982958@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: RLS open items are vague and unactionable  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Ответы Re: RLS open items are vague and unactionable  (Robert Haas <robertmhaas@gmail.com>)
Re: RLS open items are vague and unactionable  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Список pgsql-hackers
Dean Rasheed <dean.a.rasheed@gmail.com> writes:
> Yeah, we had a similar discussion regarding UPDATE USING policies and
> ON CONFLICT UPDATE clauses. I think the argument against filtering is
> that the rows returned would then be misleading about what was
> actually updated.

It seems to me that it would be a horribly bad idea to allow RLS to act
in such a way that rows could be updated and then not shown in RETURNING.

However, I don't see why UPDATE/DELETE with RETURNING couldn't be
restricted according to *both* the UPDATE and SELECT policies,
ie if there's RETURNING then you can't update a row you could not
have selected.  Note this would be a nothing-happens result not a
throw-error result, else you still leak info about the existence of
the row.
        regards, tom lane



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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: RLS open items are vague and unactionable
Следующее
От: Joe Conway
Дата:
Сообщение: Re: RLS open items are vague and unactionable