Skip to content

Commit 5166856

Browse files
authored
Update rules.sgml
1 parent 1676586 commit 5166856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/doc/src/sgml/rules.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3904,7 +3904,7 @@ ________________________________________________________-->
39043904
CREATE VIEW phone_number WITH (security_barrier) AS
39053905
SELECT person, phone FROM phone_data WHERE phone NOT LIKE '412%';
39063906
</programlisting>
3907-
Views created with the 使用<literal>security_barrier</literal>创建的视图的性能会远差于没有使用该选项的视图。通常,没有办法来避免这种现状:如果最快的候选计划可能在安全性上折衷,它就必须被拒绝。出于该原因,这个选在在默认情况下是没有启用的。
3907+
使用<literal>security_barrier</literal>创建的视图的性能会远差于没有使用该选项的视图。通常,没有办法来避免这种现状:如果最快的候选计划可能在安全性上折衷,它就必须被拒绝。出于该原因,这个选在在默认情况下是没有启用的。
39083908
</para>
39093909
<!-- pgdoc-cn_end sig_en=798ca846ac7b286d5950ef0d340afd80 -->
39103910

0 commit comments

Comments
 (0)