On Fri, Jul 17, 2020 at 12:08 PM Ailleen Pace <ailleen.p...@nptllc.net> wrote:
> Oracle has a product called Oracle Label Security using Oracle Internet > Directory. Does PostgreSQL have a similar capability? > > Thank you in advance! > Hi Ailleen, Googling it appears the same functionality in Postgres is called Row Level Security (RLS). https://www.postgresql.org/docs/current/ddl-rowsecurity.html -Michel