diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-10-28 11:59:55 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-10-28 11:59:55 -0400 |
commit | 6c21105fb40adc22d31ba1b7caf104640347651c (patch) | |
tree | 8b62537a5fcd227ddeb4ef9206b1b7b9605f797c /doc/src | |
parent | 9846dcfb9e8273d2ef93a1650225d013a1436349 (diff) | |
download | postgresql-6c21105fb40adc22d31ba1b7caf104640347651c.tar.gz postgresql-6c21105fb40adc22d31ba1b7caf104640347651c.zip |
Change "and and" to "and".
Report by Vik Reykja, patch by Kevin Grittner.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/mvcc.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml index 1ec07dd9eee..b311d240109 100644 --- a/doc/src/sgml/mvcc.sgml +++ b/doc/src/sgml/mvcc.sgml @@ -547,7 +547,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2; If either transaction were running at the Repeatable Read isolation level, both would be allowed to commit; but since there is no serial order of execution consistent with the result, using Serializable transactions will allow one - transaction to commit and and will roll the other back with this message: + transaction to commit and will roll the other back with this message: <screen> ERROR: could not serialize access due to read/write dependencies among transactions |