Support VERBOSE option in REINDEX command.

Fujii Masao <fujii@postgresql.org>

Commit: ecd222e770d352121590363ffdf981147a43e976
Author: Fujii Masao <fujii@postgresql.org>
Date: 2015-05-15T11:09:57Z
Releases: 9.5.0
Support VERBOSE option in REINDEX command.

When this option is specified, a progress report is printed as each index
is reindexed.

Per discussion, we agreed on the following syntax for the extensibility of
the options.

    REINDEX (flexible options) { INDEX | ... } name

Sawada Masahiko.
Reviewed by Robert Haas, Fabrízio Mello, Alvaro Herrera, Kyotaro Horiguchi,
Jim Nasby and me.

Discussion: CAD21AoA0pK3YcOZAFzMae+2fcc3oGp5zoRggDyMNg5zoaWDhdQ@mail.gmail.com

Files