Fix language.
This commit is contained in:
parent
841f4a9542
commit
4593531205
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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 $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -67,9 +67,8 @@ CLUSTER
|
|||||||
<para>
|
<para>
|
||||||
When a table is being clustered, an <literal>ACCESS
|
When a table is being clustered, an <literal>ACCESS
|
||||||
EXCLUSIVE</literal> lock is acquired on it. This prevents any other
|
EXCLUSIVE</literal> lock is acquired on it. This prevents any other
|
||||||
database operations (both reads and writes) from preceding on the
|
database operations (both reads and writes) from operating on the
|
||||||
table until the <command>CLUSTER</command> is finished. See
|
table until the <command>CLUSTER</command> is finished.
|
||||||
<xref linkend="explicit-locking"> for more information on database locking.
|
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user