Index: doc/src/sgml/ref/create_view.sgml
===================================================================
RCS file: /cvsroot/pgsql-server/doc/src/sgml/ref/create_view.sgml,v
retrieving revision 1.24
diff -c -c -r1.24 create_view.sgml
*** doc/src/sgml/ref/create_view.sgml	12 Sep 2003 00:12:47 -0000	1.24
--- doc/src/sgml/ref/create_view.sgml	26 Sep 2003 23:53:34 -0000
***************
*** 118,123 ****
--- 118,129 ----
  CREATE VIEW vista AS SELECT text 'Hello World' AS hello;
  </programlisting>
     </para>
+ 
+    <para>
+     While access to tables in the view is controlled entirely by permissions
+     on the view, functions called by the view are checked independently.
+    </para>
+ 
   </refsect1>
  
   <refsect1>
