> E.1.3.1.6. Privileges: Allow view access to be controlled by privileges of the view user (Christoph Heiss) Previously, view access could only be based on the view owner.
Syntatically it will look like:
CREATE VIEW vista WITH (security_invoker=true) AS SELECT 'Hello World';