Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4593531

Browse files
committed
Fix language.
1 parent 841f4a9 commit 4593531

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/src/sgml/ref/cluster.sgml

+3-4
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/02 12: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)