Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5ef244a

Browse files
committed
Simplify syntax diagram for REINDEX.
Since there currently is only one possible parenthesized option, namelyVERBOSE, it's a bit pointless to show it with "{ } [, ... ]". The curlybraces are useless and therefore confusing, as seen in a recent questionfrom Karsten Hilbert. Remove the extra decoration for the time being;we can put it back when and if REINDEX grows some more options.
1 parent0ed707e commit5ef244a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/reindex.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PostgreSQL documentation
2121

2222
<refsynopsisdiv>
2323
<synopsis>
24-
REINDEX [ ({VERBOSE } [, ...] ) ] { INDEX | TABLE | SCHEMA | DATABASE | SYSTEM } <replaceable class="PARAMETER">name</replaceable>
24+
REINDEX [ ( VERBOSE ) ] { INDEX | TABLE | SCHEMA | DATABASE | SYSTEM } <replaceable class="PARAMETER">name</replaceable>
2525
</synopsis>
2626
</refsynopsisdiv>
2727

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp