Обсуждение: ¿Es posible restringir permisos a nivel de registro? - Is it possible to restrict permissions row level?

Поиск
Список
Период
Сортировка
¿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'.
2016-02-25 5:43 GMT-07:00 Esi_POO <esi_poo@yahoo.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.


​David J.