File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -67,9 +67,8 @@ CLUSTER
67
67
<para>
68
68
When a table is being clustered, an <literal>ACCESS
69
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.
70
+ database operations (both reads and writes) from operating on the
71
+ table until the <command>CLUSTER</command> is finished.
73
72
</para>
74
73
</refsect1>
75
74
You can’t perform that action at this time.
0 commit comments