Skip to content

Commit 2d488ad

Browse files
committed
indices.sgml中一处漏字修改
1 parent 40fefcf commit 2d488ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/doc/src/sgml/indices.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1716,7 +1716,7 @@ SELECT am.amname AS index_method,
17161716
</para>
17171717
-->
17181718
<para>
1719-
一个索对每个索引列只能支持一种排序规则。如果需要多种排序规则,就应该建多个索引。
1719+
一个索引只能对每个索引列支持一种排序规则。如果需要多种排序规则,就应该建多个索引。
17201720
</para>
17211721

17221722
<para>

0 commit comments

Comments
 (0)