We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841f4a9 commit 4593531Copy full SHA for 4593531
doc/src/sgml/ref/cluster.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/cluster.sgml,v 1.29 2003/09/12 00:12:47 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/cluster.sgml,v 1.30 2003/11/02 12:59:54 petere Exp $
3
PostgreSQL documentation
4
-->
5
@@ -67,9 +67,8 @@ CLUSTER
67
<para>
68
When a table is being clustered, an <literal>ACCESS
69
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.
+ database operations (both reads and writes) from operating on the
+ table until the <command>CLUSTER</command> is finished.
73
</para>
74
</refsect1>
75
0 commit comments