A Study on Implementing Row Level Security in PostgreSQL
As an addition to the study on implementing business logic at the level of PostgreSQL stored functions, and primarily as a detailed response to the comment. The theoretical part is well described in the Postgres Pro documentation — Row-Level Security Policies. Below is a practical implementation of a small specific business task — hiding deleted data. The study dedicated to the implementation of the Role-Based Model using RLS is presented […]
