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

Commit4593531

Browse files
committed
Fix language.
1 parent841f4a9 commit4593531

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/cluster.sgml,v 1.29 2003/09/12 00:12:47 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/cluster.sgml,v 1.30 2003/11/0212:59:54 petere Exp $
33
PostgreSQL documentation
44
-->
55

@@ -67,9 +67,8 @@ CLUSTER
6767
<para>
6868
When a table is being clustered, an <literal>ACCESS
6969
EXCLUSIVE</literal> lock is acquired on it. This prevents any other
70-
database operations (both reads and writes) from preceding on the
71-
table until the <command>CLUSTER</command> is finished. See
72-
<xref linkend="explicit-locking"> for more information on database locking.
70+
database operations (both reads and writes) from operating on the
71+
table until the <command>CLUSTER</command> is finished.
7372
</para>
7473
</refsect1>
7574

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp