Skip to content

Commit 5913521

Browse files
author
chegong18
committed
Update ref/drop_index.sgml-200603
——row116至125,增加英文和中文内容为: <!--==========================orignal english content========================== <para> For temporary tables, <command>DROP INDEX</command> is always non-concurrent, as no other session can access them, and non-concurrent index drop is cheaper. </para> ____________________________________________________________________________--> <para> 对于临时表,<command>DROP INDEX</command>始终是非并发的,因为没有其他会话可以访问它们,而且丢弃非并发索引更加便宜。 </para>
1 parent 4eed6e3 commit 5913521

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

postgresql/doc/src/sgml/ref/drop_index.sgml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,16 @@ ____________________________________________________________________________-->
113113
的<command>DROP INDEX</command>命令可以在一个事务块内执行,而
114114
<command>DROP INDEX CONCURRENTLY</command>不能。
115115
</para>
116+
<!--==========================orignal english content==========================
117+
<para>
118+
For temporary tables, <command>DROP INDEX</command> is always
119+
non-concurrent, as no other session can access them, and
120+
non-concurrent index drop is cheaper.
121+
</para>
122+
____________________________________________________________________________-->
123+
<para>
124+
对于临时表,<command>DROP INDEX</command>始终是非并发的,因为没有其他会话可以访问它们,而且丢弃非并发索引更加便宜。
125+
</para>
116126
</listitem>
117127
</varlistentry>
118128

0 commit comments

Comments
 (0)