Re: PostgreSQL
От | Joseph Kennedy |
---|---|
Тема | Re: PostgreSQL |
Дата | |
Msg-id | D43E76C3-92B7-416B-BAFD-E0581017B12C@gmail.com обсуждение исходный текст |
Ответ на | Re: PostgreSQL (Stephen Frost <sfrost@snowman.net>) |
Ответы |
Re: PostgreSQL
|
Список | pgsql-general |
As I wtote, I would like restrict access to sensitive or restricted information for some users (eg. hide data of one or more clients for some database users).
My question is: do you know some other solution to do that ?
Some 3rd party solution eg. similar to pgpool or something else ?
Maybe RLS is the beat solution for me.
Thank you for your suggestions.
Wiadomość napisana przez Stephen Frost <sfrost@snowman.net> w dniu 08.02.2023, o godz. 01:36:
Greetings,
* Joseph Kennedy (joseph.kennedy.486@gmail.com) wrote:Thank you Laurenz, I just wanted to make sure.Do you know any alternative solution to RLS ?
... to do what? If you want to limit the set of rows that a given user
can see, RLS is how to do that. If you want to limit the schemas or
tables that a user can see, that isn't possible in PG today (though
there was some interest a while back in making that work via RLS on the
catalogs which you might be able to find).
Thanks,
Stephen
В списке pgsql-general по дате отправления: