|
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/0212: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 |
|
|