@@ -34,7 +34,7 @@ ____________________________________________________________________________-->
3434____________________________________________________________________________-->
3535 <refnamediv>
3636 <refname>reindexdb</refname>
37- <refpurpose>重索引一个 <productname>PostgreSQL</productname>数据库</refpurpose>
37+ <refpurpose>重新索引一个 <productname>PostgreSQL</productname>数据库</refpurpose>
3838 </refnamediv>
3939
4040 <refsynopsisdiv>
@@ -191,7 +191,7 @@ ____________________________________________________________________________-->
191191____________________________________________________________________________-->
192192 <para>
193193 <application>reindexdb</application>是 SQL 命令<link linkend="sql-reindex"><command>REINDEX</command></link>的一个包装器。
194- 在通过这个工具和其他方法访问服务器来重索引数据库之间没有实质性的区别 。
194+ 在通过这个工具和其他方法访问服务器来重新索引数据库之间没有实质性的区别 。
195195 </para>
196196
197197 </refsect1>
@@ -391,7 +391,7 @@ ____________________________________________________________________________-->
391391 <term><option>--all</option></term>
392392 <listitem>
393393 <para>
394- 重索引所有数据库 。
394+ 重新索引所有数据库 。
395395 </para>
396396 </listitem>
397397 </varlistentry>
@@ -487,7 +487,7 @@ ____________________________________________________________________________-->
487487 <term><option>--table=<replaceable class="parameter">table</replaceable></option></term>
488488 <listitem>
489489 <para>
490- 只索引<replaceable class="parameter">table</replaceable>。可以通过写多个<option>-t</option>开关来重索引多个表 。
490+ 只索引<replaceable class="parameter">table</replaceable>。可以通过写多个<option>-t</option>开关来重新索引多个表 。
491491 </para>
492492 </listitem>
493493 </varlistentry>
@@ -835,7 +835,7 @@ ____________________________________________________________________________-->
835835 </para>
836836____________________________________________________________________________-->
837837 <para>
838- 要重索引数据库 <literal>test</literal>:
838+ 要重新索引数据库 <literal>test</literal>:
839839<screen>
840840<prompt>$ </prompt><userinput>reindexdb test</userinput>
841841</screen>
@@ -850,7 +850,7 @@ ____________________________________________________________________________-->
850850</screen></para>
851851____________________________________________________________________________-->
852852 <para>
853- 要重索引名为 <literal>abcd</literal>的数据库中的表<literal>foo</literal>和索引<literal>bar</literal>:
853+ 要重新索引名为 <literal>abcd</literal>的数据库中的表<literal>foo</literal>和索引<literal>bar</literal>:
854854<screen>
855855<prompt>$ </prompt><userinput>reindexdb --table foo --index bar abcd</userinput>
856856</screen></para>
0 commit comments