We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9032245 commit 87cbcffCopy full SHA for 87cbcff
doc/src/sgml/ref/create_view.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_view.sgml,v 1.24 2003/09/12 00:12:47 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_view.sgml,v 1.25 2003/09/27 00:10:31 momjian Exp $
3
PostgreSQL documentation
4
-->
5
@@ -118,6 +118,12 @@ CREATE VIEW vista AS SELECT 'Hello World';
118
CREATE VIEW vista AS SELECT text 'Hello World' AS hello;
119
</programlisting>
120
</para>
121
+
122
+ <para>
123
+ While access to tables in the view is controlled entirely by permissions
124
+ on the view, functions called by the view are checked independently.
125
+ </para>
126
127
</refsect1>
128
129
<refsect1>
0 commit comments