Column and row level security
In addition to the SQL-standard privilege system, PostgreSQL provides row security policies and additional options to set up column security.
This technique is useful if you need to delimit user access to certain rows or columns in a table. Refer to the following articles for details: