We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa46952 commit 50303d2Copy full SHA for 50303d2
postgresql/doc/src/sgml/indices.sgml
@@ -148,7 +148,7 @@ ____________________________________________________________________________-->
148
</para>
149
____________________________________________________________________________-->
150
<para>
151
- 索引也会对带有搜索条件的<command>UPDATE</command>和<command>DELETE</command>命令有帮助。此外索引还可以在连接搜索中使用。因此,定义在作为连接条件一部分的列上的索引,可以显著地提高连接查询的速度。
+ 索引也会对带有搜索条件的<command>UPDATE</command>和<command>DELETE</command>命令有帮助。此外索引还可以在连接搜索中使用。因此,一个定义在连接条件列上的索引可以显著地提高连接查询的速度。
152
153
154
<!--==========================orignal english content==========================
0 commit comments