We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3ef7f commit 52dcfdaCopy full SHA for 52dcfda
doc/src/sgml/ref/reindex.sgml
@@ -21,7 +21,11 @@ PostgreSQL documentation
21
22
<refsynopsisdiv>
23
<synopsis>
24
-REINDEX [ ( VERBOSE ) ] { INDEX | TABLE | SCHEMA | DATABASE | SYSTEM } [ CONCURRENTLY ] <replaceable class="parameter">name</replaceable>
+REINDEX [ ( <replaceable class="parameter">option</replaceable> [, ...] ) ] { INDEX | TABLE | SCHEMA | DATABASE | SYSTEM } [ CONCURRENTLY ] <replaceable class="parameter">name</replaceable>
25
+
26
+<phrase>where <replaceable class="parameter">option</replaceable> can be one of:</phrase>
27
28
+ VERBOSE
29
</synopsis>
30
</refsynopsisdiv>
31
0 commit comments