Tweak view RLS warning
This commit is contained in:
committed by
Steve Chávez
parent
dc9a285825
commit
8752069934
@@ -100,7 +100,7 @@ The view will provide a new endpoint:
|
|||||||
|
|
||||||
.. important::
|
.. important::
|
||||||
|
|
||||||
Views bypass all row-level security features and are invoked as the role which created the view, much like stored procedures with the "SECURITY DEFINER" option.
|
Views are invoked with the privileges of the view owner, much like stored procedures with the "SECURITY DEFINER" option. When created by a SUPERUSER role, all row-level security will be bypassed unless a different owner is specified.
|
||||||
|
|
||||||
.. _fts:
|
.. _fts:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user