<para>
Repack the table <literal>employees</literal> on the basis of its
- index <literal>employees_ind</literal> (Since index is used here, this is
+ index <literal>employees_ind</literal> (since an index is specified, this is
effectively clustering):
<programlisting>
REPACK employees USING INDEX employees_ind;
</programlisting>
</para>
+ <para>
+ Repack the <literal>employees</literal> table following the same index
+ as was used before, in concurrent mode:
+<programlisting>
+REPACK (CONCURRENTLY) employees USING INDEX;
+</programlisting>
+ </para>
+
<para>
Repack the table <literal>cases</literal> on physical ordering,
running an <command>ANALYZE</command> on the given columns once