Commit 5478f991 authored by Itagaki Takahiro's avatar Itagaki Takahiro

Fix typo in the documentation.

by Kevin Grittner
parent caddcb8f
...@@ -604,7 +604,7 @@ ERROR: could not serialize access due to read/write dependencies among transact ...@@ -604,7 +604,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
Consistent use of Serializable transactions can simplify development. Consistent use of Serializable transactions can simplify development.
The guarantee that any set of concurrent serializable transactions will The guarantee that any set of concurrent serializable transactions will
have the same effect as if they were run one at a time means that if have the same effect as if they were run one at a time means that if
you can demonstrate that a singe transaction, as written, will do the you can demonstrate that a single transaction, as written, will do the
right thing when run by itself, you can have confidence that it will right thing when run by itself, you can have confidence that it will
do the right thing in any mix of serializable transactions, even without do the right thing in any mix of serializable transactions, even without
any information about what those other transactions might do. It is any information about what those other transactions might do. It is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment