Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9846dcf commit 6c21105Copy full SHA for 6c21105
doc/src/sgml/mvcc.sgml
@@ -547,7 +547,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
547
If either transaction were running at the Repeatable Read isolation level,
548
both would be allowed to commit; but since there is no serial order of execution
549
consistent with the result, using Serializable transactions will allow one
550
- 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:
551
552
<screen>
553
ERROR: could not serialize access due to read/write dependencies among transactions
0 commit comments