File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ CLUSTER [VERBOSE]
67
67
</para>
68
68
69
69
<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
71
72
previously-clustered tables in the current database that the calling user
72
73
has privileges for. This form of <command>CLUSTER</command> cannot be
73
74
executed inside a transaction block.
@@ -211,7 +212,8 @@ CLUSTER [VERBOSE]
211
212
<para>
212
213
Clustering a partitioned table clusters each of its partitions using the
213
214
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.
215
217
</para>
216
218
217
219
</refsect1>
You can’t perform that action at this time.
0 commit comments