@@ -34,7 +34,7 @@ ____________________________________________________________________________-->
34
34
____________________________________________________________________________-->
35
35
<refnamediv>
36
36
<refname>reindexdb</refname>
37
- <refpurpose>重索引一个 <productname>PostgreSQL</productname>数据库</refpurpose>
37
+ <refpurpose>重新索引一个 <productname>PostgreSQL</productname>数据库</refpurpose>
38
38
</refnamediv>
39
39
40
40
<refsynopsisdiv>
@@ -191,7 +191,7 @@ ____________________________________________________________________________-->
191
191
____________________________________________________________________________-->
192
192
<para>
193
193
<application>reindexdb</application>是 SQL 命令<link linkend="sql-reindex"><command>REINDEX</command></link>的一个包装器。
194
- 在通过这个工具和其他方法访问服务器来重索引数据库之间没有实质性的区别 。
194
+ 在通过这个工具和其他方法访问服务器来重新索引数据库之间没有实质性的区别 。
195
195
</para>
196
196
197
197
</refsect1>
@@ -391,7 +391,7 @@ ____________________________________________________________________________-->
391
391
<term><option>--all</option></term>
392
392
<listitem>
393
393
<para>
394
- 重索引所有数据库 。
394
+ 重新索引所有数据库 。
395
395
</para>
396
396
</listitem>
397
397
</varlistentry>
@@ -487,7 +487,7 @@ ____________________________________________________________________________-->
487
487
<term><option>--table=<replaceable class="parameter">table</replaceable></option></term>
488
488
<listitem>
489
489
<para>
490
- 只索引<replaceable class="parameter">table</replaceable>。可以通过写多个<option>-t</option>开关来重索引多个表 。
490
+ 只索引<replaceable class="parameter">table</replaceable>。可以通过写多个<option>-t</option>开关来重新索引多个表 。
491
491
</para>
492
492
</listitem>
493
493
</varlistentry>
@@ -835,7 +835,7 @@ ____________________________________________________________________________-->
835
835
</para>
836
836
____________________________________________________________________________-->
837
837
<para>
838
- 要重索引数据库 <literal>test</literal>:
838
+ 要重新索引数据库 <literal>test</literal>:
839
839
<screen>
840
840
<prompt>$ </prompt><userinput>reindexdb test</userinput>
841
841
</screen>
@@ -850,7 +850,7 @@ ____________________________________________________________________________-->
850
850
</screen></para>
851
851
____________________________________________________________________________-->
852
852
<para>
853
- 要重索引名为 <literal>abcd</literal>的数据库中的表<literal>foo</literal>和索引<literal>bar</literal>:
853
+ 要重新索引名为 <literal>abcd</literal>的数据库中的表<literal>foo</literal>和索引<literal>bar</literal>:
854
854
<screen>
855
855
<prompt>$ </prompt><userinput>reindexdb --table foo --index bar abcd</userinput>
856
856
</screen></para>
0 commit comments