File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -383,6 +383,17 @@ PostgreSQL documentation
383
383
The following command-line options control checking of B-tree indexes:
384
384
385
385
<variablelist>
386
+ <varlistentry>
387
+ <term><option>--checkunique</option></term>
388
+ <listitem>
389
+ <para>
390
+ For each index with unique constraint checked, verify that no more than
391
+ one among duplicate entries is visible in the index using <xref linkend="amcheck"/>'s
392
+ <option>checkunique</option> option.
393
+ </para>
394
+ </listitem>
395
+ </varlistentry>
396
+
386
397
<varlistentry>
387
398
<term><option>--heapallindexed</option></term>
388
399
<listitem>
@@ -432,17 +443,6 @@ PostgreSQL documentation
432
443
</para>
433
444
</listitem>
434
445
</varlistentry>
435
-
436
- <varlistentry>
437
- <term><option>--checkunique</option></term>
438
- <listitem>
439
- <para>
440
- For each index with unique constraint checked, verify that no more than
441
- one among duplicate entries is visible in the index using <xref linkend="amcheck"/>'s
442
- <option>checkunique</option> option.
443
- </para>
444
- </listitem>
445
- </varlistentry>
446
446
</variablelist>
447
447
</para>
448
448
Original file line number Diff line number Diff line change @@ -1205,10 +1205,10 @@ help(const char *progname)
1205
1205
printf (_ (" --startblock=BLOCK begin checking table(s) at the given block number\n" ));
1206
1206
printf (_ (" --endblock=BLOCK check table(s) only up to the given block number\n" ));
1207
1207
printf (_ ("\nB-tree index checking options:\n" ));
1208
+ printf (_ (" --checkunique check unique constraint if index is unique\n" ));
1208
1209
printf (_ (" --heapallindexed check that all heap tuples are found within indexes\n" ));
1209
1210
printf (_ (" --parent-check check index parent/child relationships\n" ));
1210
1211
printf (_ (" --rootdescend search from root page to refind tuples\n" ));
1211
- printf (_ (" --checkunique check unique constraint if index is unique\n" ));
1212
1212
printf (_ ("\nConnection options:\n" ));
1213
1213
printf (_ (" -h, --host=HOSTNAME database server host or socket directory\n" ));
1214
1214
printf (_ (" -p, --port=PORT database server port\n" ));
You can’t perform that action at this time.
0 commit comments