Skip to content

Commit 87cbcff

Browse files
committed
Document that functions are checked independently of the view
permissions.
1 parent 9032245 commit 87cbcff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/src/sgml/ref/create_view.sgml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_view.sgml,v 1.24 2003/09/12 00:12:47 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_view.sgml,v 1.25 2003/09/27 00:10:31 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -118,6 +118,12 @@ CREATE VIEW vista AS SELECT 'Hello World';
118118
CREATE VIEW vista AS SELECT text 'Hello World' AS hello;
119119
</programlisting>
120120
</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+
121127
</refsect1>
122128

123129
<refsect1>

0 commit comments

Comments
 (0)