From: Peter Eisentraut Date: Sun, 2 Nov 2003 12:59:54 +0000 (+0000) Subject: Fix language. X-Git-Tag: REL7_4_RC1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4593531205218524b104e19b727345e0729d7376;p=thirdparty%2Fpostgresql.git Fix language. --- diff --git a/doc/src/sgml/ref/cluster.sgml b/doc/src/sgml/ref/cluster.sgml index 54efd0c4be0..12f18623d77 100644 --- a/doc/src/sgml/ref/cluster.sgml +++ b/doc/src/sgml/ref/cluster.sgml @@ -1,5 +1,5 @@ @@ -67,9 +67,8 @@ CLUSTER When a table is being clustered, an ACCESS EXCLUSIVE lock is acquired on it. This prevents any other - database operations (both reads and writes) from preceding on the - table until the CLUSTER is finished. See - for more information on database locking. + database operations (both reads and writes) from operating on the + table until the CLUSTER is finished.