File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
postgresql/doc/src/sgml/ref Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ ____________________________________________________________________________-->
510
510
</para>
511
511
____________________________________________________________________________-->
512
512
<para>
513
- 该子句创建一个<firstterm>衍生列 </firstterm>。
513
+ 该子句创建一个<firstterm>生成列 </firstterm>。
514
514
此列不能写入,只能在读取时返回所指定的表达式的值。
515
515
</para>
516
516
@@ -535,7 +535,7 @@ ____________________________________________________________________________-->
535
535
</para>
536
536
____________________________________________________________________________-->
537
537
<para>
538
- 衍生表达式可以引用表中的其他列,但不能引用其他的衍生列 。
538
+ 生成表达式可以引用表中的其他列,但不能引用其他的生成列 。
539
539
所使用的函数和操作符必须是不可变。
540
540
不能引用其他表。
541
541
</para>
@@ -666,10 +666,10 @@ ____________________________________________________________________________-->
666
666
</para>
667
667
____________________________________________________________________________-->
668
668
<para>
669
- 类似的要点也适用于衍生列。衍生列在本地 <productname>PostgreSQL</productname>
669
+ 类似的要点也适用于生成列。生成列在本地 <productname>PostgreSQL</productname>
670
670
服务器发生插入或更新时进行计算,并将计算结果传递给外部数据封装器,由外部数据
671
- 封装器负责把结果写到外部数据存储中,但是并不强制要求查询外部表时返回的衍生列
672
- 的值一定是与衍生表达式一致 。
671
+ 封装器负责把结果写到外部数据存储中,但是并不强制要求查询外部表时返回的生成列
672
+ 的值一定是与生成表达式一致 。
673
673
总而言之,此行为可能导致查询到不正确的结果。
674
674
</para>
675
675
You can’t perform that action at this time.
0 commit comments