Обсуждение: pgsql: Simplify syntax diagram for REINDEX.

Поиск
Список
Период
Сортировка

pgsql: Simplify syntax diagram for REINDEX.

От
Tom Lane
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5ef244a28266ce8e5666b23baed33a4c238542ff

Modified Files
--------------
doc/src/sgml/ref/reindex.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)