From c89e0d96669a000314cafdd756c5b5e6604179c2 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 18 Feb 2002 16:13:10 +0000 Subject: [PATCH] Minor copy-editing. --- doc/src/sgml/mvcc.sgml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index fb20f4a12b..69c73a67ff 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -1,5 +1,5 @@ @@ -40,7 +40,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.22 2002/01/20 22:19:56 petere The main difference between multiversion and lock models is that in MVCC locks acquired for querying (reading) data don't conflict - with locks acquired for writing data and so reading never blocks + with locks acquired for writing data, and so reading never blocks writing and writing never blocks reading. @@ -415,7 +415,7 @@ ERROR: Can't serialize access due to concurrent update Acquired by SELECT FOR UPDATE and LOCK TABLE - for statements. + statements. @@ -432,7 +432,7 @@ ERROR: Can't serialize access due to concurrent update Acquired by UPDATE, DELETE, INSERT and LOCK TABLE - for statements. + statements. @@ -449,8 +449,8 @@ ERROR: Can't serialize access due to concurrent update Acquired by VACUUM (without ) - and LOCK TABLE table - for + and LOCK TABLE + statements. @@ -468,8 +468,8 @@ ERROR: Can't serialize access due to concurrent update Acquired by CREATE INDEX - and LOCK TABLE table - for + and LOCK TABLE + statements. @@ -487,7 +487,7 @@ ERROR: Can't serialize access due to concurrent update - Acquired by LOCK TABLE for + Acquired by LOCK TABLE statements. @@ -505,8 +505,8 @@ ERROR: Can't serialize access due to concurrent update - Acquired by LOCK TABLE table - for statements. + Acquired by LOCK TABLE + statements. @@ -527,7 +527,8 @@ ERROR: Can't serialize access due to concurrent update Acquired by ALTER TABLE, DROP TABLE, VACUUM FULL and LOCK TABLE - statements. + (or plain + LOCK TABLE) statements. -- 2.40.0