diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-05-16 11:29:41 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-05-16 11:29:41 +0200 |
commit | 94af84f00c5fd3ea840759d85a73204d64e28248 (patch) | |
tree | f526fa951732c34ac057a7e1373116df1f4b3d72 /doc/src | |
parent | 8aee330af55d8a759b2b73f5a771d9d34a7b887f (diff) | |
download | postgresql-94af84f00c5fd3ea840759d85a73204d64e28248.tar.gz postgresql-94af84f00c5fd3ea840759d85a73204d64e28248.zip |
pg_amcheck: Put new options in consistent order in --help and man page
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_amcheck.sgml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/src/sgml/ref/pg_amcheck.sgml b/doc/src/sgml/ref/pg_amcheck.sgml index 2b9634b3ac2..6bfe28799c4 100644 --- a/doc/src/sgml/ref/pg_amcheck.sgml +++ b/doc/src/sgml/ref/pg_amcheck.sgml @@ -384,6 +384,17 @@ PostgreSQL documentation <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> <para> @@ -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> |