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

Commit8b8009a

Browse files
committed
Mention related ALTER TABLE variants in documentation for CLUSTER.
As suggested by Andy Lester.
1 parentb7987f8 commit8b8009a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.49 2010/04/0307:22:57 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.50 2010/05/11 16:07:42 rhaas Exp $
33
PostgreSQL documentation
44
-->
55

@@ -55,7 +55,10 @@ CLUSTER [VERBOSE]
5555
When a table is clustered, <productname>PostgreSQL</productname>
5656
remembers which index it was clustered by. The form
5757
<command>CLUSTER <replaceable class="parameter">table_name</replaceable></command>
58-
reclusters the table using the same index as before.
58+
reclusters the table using the same index as before. You can also
59+
use the <literal>CLUSTER</literal> or <literal>SET WITHOUT CLUSTER</literal>
60+
forms of <xref linkend="SQL-ALTERTABLE"> to set the index to be used for
61+
future cluster operations, or to clear any previous setting.
5962
</para>
6063

6164
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp