Обсуждение: 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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3676136ffc5cb20163540332670df90b029a8317

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