Note Postgres' (current) RLS limitations for views

This commit is contained in:
Kyle Johnson
2018-09-24 08:38:55 -05:00
committed by Steve Chávez
parent 73e59a1643
commit dc9a285825
+4
View File
@@ -98,6 +98,10 @@ The view will provide a new endpoint:
GET /fresh_stories HTTP/1.1
.. 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.
.. _fts:
Full-Text Search