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

Appearance settings

Commit 8b5f36b

Browse filesBrowse files
committed
Clarify documentation for CLUSTER on partitioned tables.
Author: Nathan Bossart Discussion: https://postgr.es/m/20230114224000.GA2505377@nathanxps13
1 parent 9d2d972 commit 8b5f36b
Copy full SHA for 8b5f36b

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎doc/src/sgml/ref/cluster.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/ref/cluster.sgml
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.