projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
841f4a9
)
Fix language.
author
Peter Eisentraut
Sun, 2 Nov 2003 12:59:54 +0000
(12:59 +0000)
committer
Peter Eisentraut
Sun, 2 Nov 2003 12:59:54 +0000
(12:59 +0000)
doc/src/sgml/ref/cluster.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/cluster.sgml
b/doc/src/sgml/ref/cluster.sgml
index 54efd0c4be0c8729551c6f5319bae3b65ae7ca6b..12f18623d77f937dca72f519126e0f99eb0750f2 100644
(file)
--- 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.