Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DROP POLICY
DROP POLICY [ IF EXISTS ] policy_name ON table_name [ CASCADE | RESTRICT ];
policy_name
table_name
IF EXISTS
CASCADE, RESTRICT
DROP POLICY IF EXISTS your_policy ON orders;