Re: [GENERAL] Redacting JSONB

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: [GENERAL] Redacting JSONB
Дата
Msg-id 03c2465b-4bef-bdc1-3723-ffd2f307bd56@commandprompt.com
обсуждение исходный текст
Ответ на [GENERAL] Redacting JSONB  (Paul Jones <pbj@cmicdo.com>)
Список pgsql-general
On 08/07/2017 12:08 PM, Paul Jones wrote:
> Is there some way to redact JSONB fields? This is essentially implementing
> "row-level" security on JSONB fields.  Could possibly be done with a
> view or a function.  MongoDB and MarkLogic both do this.

Yeah I imagine you would use a view or function and only give access to
the json data via that view or function. Pretty standard way of handling
things like this.

JD

>
> PJ
>
>


--
Command Prompt, Inc. || http://the.postgres.company/ || @cmdpromptinc

PostgreSQL Centered full stack support, consulting and development.
Advocate: @amplifypostgres || Learn: https://pgconf.us
*****     Unless otherwise stated, opinions are my own.   *****


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

Предыдущее
От: Paul Jones
Дата:
Сообщение: [GENERAL] Redacting JSONB
Следующее
От: anand086
Дата:
Сообщение: [GENERAL] Audit based on role