diff --git a/doc/src/sgml/ref/create_view.sgml b/doc/src/sgml/ref/create_view.sgml
index a8d4a20f09a..31d58dbc5dd 100644
--- a/doc/src/sgml/ref/create_view.sgml
+++ b/doc/src/sgml/ref/create_view.sgml
@@ -1,5 +1,5 @@
@@ -118,6 +118,12 @@ CREATE VIEW vista AS SELECT 'Hello World';
CREATE VIEW vista AS SELECT text 'Hello World' AS hello;
+
+
+ While access to tables in the view is controlled entirely by permissions
+ on the view, functions called by the view are checked independently.
+
+