Contents
ALTER POLICY
An SQL command for modifying a row level security policy on a table
ALTER POLICY
is a DDL command for modifying a row level security policy on a table.
ALTER POLICY
was added in PostgreSQL 9.5.
Change history
- PostgreSQL 9.5
- added (commit 491c029d)
ALTER POLICY
has not been modified since it was introduced in PostgreSQL 9.5.
References
- PostgreSQL documentation: ALTER POLICY