From 87520699343a927a6d8619cb8b2d40fa415d236f Mon Sep 17 00:00:00 2001 From: Kyle Johnson <1007162+kyle-johnson@users.noreply.github.com> Date: Sun, 23 Sep 2018 11:38:34 -0700 Subject: [PATCH] Tweak view RLS warning --- api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.rst b/api.rst index d0acc499f..08110d422 100644 --- a/api.rst +++ b/api.rst @@ -100,7 +100,7 @@ The view will provide a new endpoint: .. 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: