Skip to content

Commit 08f9cbc

Browse files
committed
Merge pull request #64 from postgres-cn/ChenHuajun-patch-3
btree-gin.sgml校对修改2
2 parents d127858 + 1cc671f commit 08f9cbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgresql/doc/src/sgml/btree-gin.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
总的来说,这些操作符类不会超过等值标准的B树索引方法,
4949
他们缺少标准B树代码的一个主要特点:强制唯一性的能力。然而,
5050
它们对GIN测试是有用的,并且作为开发其他GIN操作符类的基础。
51-
同时,对于查询,测试GIN可索引列和B树可索引列
52-
对于创建使用这些操作符类之一的多列GIN索引比创建
51+
同时,对于同时测试GIN可索引列和B树可索引列的查询
52+
创建使用这些操作符类之一的多列GIN索引比创建
5353
通过位图与进行联合的两个独立索引更加有效。
5454
</para>
5555

0 commit comments

Comments
 (0)