RLS and LEAKPROOF functions

Поиск
Список
Период
Сортировка
От Ted Toth
Тема RLS and LEAKPROOF functions
Дата
Msg-id CAFPpqQEK-L9xCxuyvq6qz43gUpcgK2geoV=TbOdoVA8A05kNaA@mail.gmail.com
обсуждение исходный текст
Ответы Re: RLS and LEAKPROOF functions  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
I built an index on a jsonb column of a table with RLS enabled but it
was not being used. Turns out the the function jsonb_contains needed
to be LEAKPROOF (thanks Joe Conway). However I do not actually know if
jsonb_contains is LEAKPROOF. Who's responsibility is it to insure
functions are leakproof? It would be useful if this function was
documented and there was an indication as to it's leakproofness.

Ted



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [patch] A \pivot command for psql
Следующее
От: Robert Haas
Дата:
Сообщение: Re: WIP: SCRAM authentication