Skip to content

Commit 21cad8c

Browse files
committed
Update create_view.sgml
1 parent a12d074 commit 21cad8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgresql/doc/src/sgml/ref/create_view.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] [ RECURSIVE ] VIEW <replaceable class
113113
<para>
114114
如果声明了这个子句,那么视图就以临时视图的方式创建。
115115
临时视图在当前会话结束的时候将被自动删除。只要存在临时视图,
116-
已有的同名永久关系表将对当前回话不可见,除非用带模式修饰的名字引用它们。
116+
已有的同名永久关系表将对当前会话不可见,除非用带模式修饰的名字引用它们。
117117
</para>
118118

119119
<!--
@@ -286,7 +286,7 @@ CREATE VIEW vista AS SELECT text 'Hello World' AS hello;
286286
对视图引用的表的访问的权限由视图的所有者决定。在一些情况下,
287287
这可用于提供安全但是限制访问底层表。不过,不是所有视图对于篡改都是安全的;
288288
参阅<xref linkend="rules-privileges">获取细节。
289-
在视图里调用的函数被当作它们直接从使用视图的查询里调用看待。因此,
289+
在视图里被调用的函数,被当作直接从使用视图的查询里调用它们看待。因此,
290290
视图的用户必须有调用视图使用的所有函数的权限。
291291
</para>
292292

0 commit comments

Comments
 (0)