pgsql: Simplify syntax diagram for REINDEX.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify syntax diagram for REINDEX.
Date: 2016-02-04 18:59:05
Message-ID: E1aRP7R-0007tJ-Jt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-02-04 21:43:14 pgsql: Change the way that LWLocks for extensions are allocated.
Previous Message Tom Lane 2016-02-04 05:26:33 pgsql: In pg_dump, ensure that view triggers are processed after view r