File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6729,7 +6729,7 @@ ________________________________________________________-->
6729
6729
</para>
6730
6730
________________________________________________________-->
6731
6731
<para>
6732
- 继承的查询仅在附表上执行访问权限检查 。例如,在<structname>cities</structname>表上授予<literal>UPDATE</literal>权限也隐含着通过<structname>cities</structname>访问时在<structname>capitals</structname>表中更新行的权限。
6732
+ 继承的查询仅在父表上执行访问权限检查 。例如,在<structname>cities</structname>表上授予<literal>UPDATE</literal>权限也隐含着通过<structname>cities</structname>访问时在<structname>capitals</structname>表中更新行的权限。
6733
6733
这保留了数据(也)在父表中的样子。但是如果没有额外的授权,则不能直接更新<structname>capitals</structname>表。
6734
6734
以类似的方式,父表的行安全性策略(见<xref linkend="ddl-rowsecurity"/>)适用于继承查询期间来自于子表的行。
6735
6735
只有当子表在查询中被明确提到时,其策略(如果有)才会被应用,在那种情况下,附着在其父表上的任何策略都会被忽略。
You can’t perform that action at this time.
0 commit comments