|
|
|
@ -383,6 +383,17 @@ PostgreSQL documentation |
|
|
|
|
The following command-line options control checking of B-tree indexes: |
|
|
|
|
|
|
|
|
|
<variablelist> |
|
|
|
|
<varlistentry> |
|
|
|
|
<term><option>--checkunique</option></term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
For each index with unique constraint checked, verify that no more than |
|
|
|
|
one among duplicate entries is visible in the index using <xref linkend="amcheck"/>'s |
|
|
|
|
<option>checkunique</option> option. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term><option>--heapallindexed</option></term> |
|
|
|
|
<listitem> |
|
|
|
@ -432,17 +443,6 @@ PostgreSQL documentation |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
|
<term><option>--checkunique</option></term> |
|
|
|
|
<listitem> |
|
|
|
|
<para> |
|
|
|
|
For each index with unique constraint checked, verify that no more than |
|
|
|
|
one among duplicate entries is visible in the index using <xref linkend="amcheck"/>'s |
|
|
|
|
<option>checkunique</option> option. |
|
|
|
|
</para> |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
|
</variablelist> |
|
|
|
|
</para> |
|
|
|
|
|
|
|
|
|