Search Postgresql Archives

Row Level Access

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello List :D

I'm working on RBAC implementation over posgresql and I was wondering is there any common technique to achieve row level access control ?

So far I'm considering using WITH clause in template like this:

WITH <table_name> AS ( SELECT ..... ) <user_query>;

Which would be just prepended to any specified query.

I'm fairly new to posgresql, recently I was mostly working with mongodb. So I would be glad to get some tips :D

Cheers,
Maciek

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux