Please, always attach your patches to emails sent on this mailing list. If for a reason or another, the data located to with external link is lost (imagine for example that your github account is gone or that github is reduced to ashes), then such patches would be lost, and anybody looking at this email 10 years from now would not know what you have been writing about here. I am attaching it here for the archive's sake.
Sorry, I'm attaching the same patch now for future reference.
+<phrase>where <replaceable class="parameter">option</replaceable> can be:</phrase> + + VERBOSE Why not... We did that in the docs of ANALYZE for v11 when introducing the parenthesized grammar flavor for the options available.
- Rebuild all the indexes on the table <literal>my_table</literal>: + Rebuild all the indexes on the table <literal>my_table</literal> with progress report per index:
<programlisting> -REINDEX TABLE my_table; +REINDEX (VERBOSE) TABLE my_table; Not sure if this part brings much to the reader though. It is not like the command description of REINDEX is complicated with dozens of option choices. -- Michael