Skip to content

Commit d127858

Browse files
committed
Merge pull request #55 from lyhabc/patch-13
校对btree-gin.sgml文件
2 parents 5e5aeaa + f2902f8 commit d127858

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</para>
2222
-->
2323
<para>
24-
<filename>btree_gin</>提供简单的
24+
<filename>btree_gin</>提供示例
2525
GIN操作符类实现数据类型<type>int2</>, <type>int4</>, <type>int8</>, <type>float4</>,
2626
<type>float8</>, <type>timestamp with time zone</>,
2727
<type>timestamp without time zone</>, <type>time with time zone</>,
@@ -46,9 +46,9 @@
4646
-->
4747
<para>
4848
总的来说,这些操作符类不会超过等值标准的B树索引方法,
49-
他们缺乏标准B树代码的一个主要特点:强制唯一性的能力。然而,
49+
他们缺少标准B树代码的一个主要特点:强制唯一性的能力。然而,
5050
它们对GIN测试是有用的,并且作为开发其他GIN操作符类的基础。
51-
同时,对于查询,同时测试了GIN可索引列和B树可索引列
51+
同时,对于查询,测试GIN可索引列和B树可索引列
5252
对于创建使用这些操作符类之一的多列GIN索引比创建
5353
通过位图与进行联合的两个独立索引更加有效。
5454
</para>

0 commit comments

Comments
 (0)