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

Commitc1700bf

Browse files
committed
Fix typo (extraneous comma).
1 parentade9cba commitc1700bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 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.32 2004/03/23 13:21:41 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.33 2004/08/21 15:45:46 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -51,7 +51,7 @@ CLUSTER
5151
<para>
5252
When a table is clustered, <productname>PostgreSQL</productname>
5353
remembers on which index it was clustered. The form
54-
<command>CLUSTER <replaceable class="parameter">tablename</replaceable></command>,
54+
<command>CLUSTER <replaceable class="parameter">tablename</replaceable></command>
5555
reclusters the table on the same index that it was clustered before.
5656
</para>
5757

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp