File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ CLUSTER [VERBOSE]
6767 </para>
6868
6969 <para>
70- <command>CLUSTER</command> without any parameter reclusters all the
70+ <command>CLUSTER</command> without a
71+ <replaceable class="parameter">table_name</replaceable> reclusters all the
7172 previously-clustered tables in the current database that the calling user
7273 has privileges for. This form of <command>CLUSTER</command> cannot be
7374 executed inside a transaction block.
@@ -211,7 +212,8 @@ CLUSTER [VERBOSE]
211212 <para>
212213 Clustering a partitioned table clusters each of its partitions using the
213214 partition of the specified partitioned index. When clustering a partitioned
214- table, the index may not be omitted.
215+ table, the index may not be omitted. <command>CLUSTER</command> on a
216+ partitioned table cannot be executed inside a transaction block.
215217 </para>
216218
217219 </refsect1>
You can’t perform that action at this time.
0 commit comments