Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit87cbcff

Browse files
committed
Document that functions are checked independently of the view
permissions.
1 parent9032245 commit87cbcff

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)

[8]ページ先頭

©2009-2025 Movatter.jp