Re: [BUGS] ¿Es posible restringir permisos a nivel de registro? - Is it possible to restrict permissions row level?

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Esi_POO <esi_poo(at)yahoo(dot)es>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: [BUGS] ¿Es posible restringir permisos a nivel de registro? - Is it possible to restrict permissions row level?
Date: 2016-02-25 16:39:24
Message-ID: CAKFQuwYa3E-7Bz4Xqjot4qjaJexXQ-ax3a-j2sdj1XDrN0m7zg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

2016-02-25 5:43 GMT-07:00 Esi_POO <esi_poo(at)yahoo(dot)es>:

> ¿Es posible restringir permisos a nivel de registro?
> Por ejemplo, de la tabla table1, que el usuario user1 sólo pueda ver los
> registros donde el campo campo1 sea igual al valor 'Valor1'.
>
> Is it possible to restrict permissions row level?
> For example, table1, the user user1 can only see rows where the field1
> field equals the value 'Value1'.
>

​Not a bug - this question would be better addressed to pgsql-general after
having searched the documentation for "row level security" - putting
"postgresql row level permissions" into Google gets you to the same point.

The answer depends upon which version you are running.

​http://www.postgresql.org/docs/9.5/static/ddl-rowsecurity.html

​David J.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2016-02-25 17:02:59 Re: BUG #13985: Segmentation fault on PREPARE TRANSACTION
Previous Message Pavel Stehule 2016-02-25 16:28:19 Re: Query-Sending mail from PostgresSQL