Simplify syntax diagram for REINDEX.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5ef244a28266ce8e5666b23baed33a4c238542ff
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-02-04T18:58:40Z
Releases: 9.6.0
Simplify syntax diagram for REINDEX.

Since there currently is only one possible parenthesized option, namely
VERBOSE, it's a bit pointless to show it with "{ } [, ... ]".  The curly
braces are useless and therefore confusing, as seen in a recent question
from Karsten Hilbert.  Remove the extra decoration for the time being;
we can put it back when and if REINDEX grows some more options.

Files

PathChange+/−
doc/src/sgml/ref/reindex.sgml modified +1 −1

Documentation touched