Skip to content

Commit f3c0ee0

Browse files
committed
fix typo #398
1 parent e9fdf50 commit f3c0ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/doc/src/sgml/extend.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ ____________________________________________________________________________-->
649649
此外,如果有位置被声明为<type>anyarray</type>并且其他位置被声明为<type>anyelement</type>,<type>anyarray</type>位置中的实际数组类型必须是一个数组,该数组的元素都是出现在<type>anyelement</type>位置的同一种类型。
650650
相似地,如果有位置被声明为<type>anyrange</type>并且其他位置被声明为<type>anyelement</type>或<type>anyarray</type>,<type>anyrange</type>位置的实际范围类型必须是一个范围,该范围的子类型是出现在<type>anyelement</type>位置的同一种类型,并且与 <type>anyarray</type> 位置的元素类型相同。
651651
<type>anynonarray</type>被当做和<type>anyelement</type>相同,但是增加了额外的约束要求实际类型不能是一种数组类型。
652-
<type>anyenum</type>被当做和<type>anyelement</type>相同,但是增加了额外的约束要求实际类型不能是一种枚举类型
652+
<type>anyenum</type>被当做和<type>anyelement</type>相同,但是增加了额外的约束要求实际类型必须是一种枚举类型
653653
</para>
654654

655655
<!--==========================orignal english content==========================

0 commit comments

Comments
 (0)