Contents
CREATE POLICY
A DDL command for adding a row level security policy to a table
CREATE POLICY
is a DDL command for adding a row level security policy to a table.
CREATE POLICY
was added in PostgreSQL 9.5.
Change history
- PostgreSQL 10
AS { PERMISSIVE | RESTRICTIVE }
syntax added (commit 093129c9)
- PostgreSQL 9.5
- added (commit 491c029d)
References
- PostgreSQL documentation: CREATE POLICY