We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentcaddcb8 commit5478f99Copy full SHA for 5478f99
doc/src/sgml/mvcc.sgml
@@ -604,7 +604,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
604
Consistent use of Serializable transactions can simplify development.
605
The guarantee that any set of concurrent serializable transactions will
606
have the same effect as if they were run one at a time means that if
607
- you can demonstrate that asinge transaction, as written, will do the
+ you can demonstrate that asingle transaction, as written, will do the
608
right thing when run by itself, you can have confidence that it will
609
do the right thing in any mix of serializable transactions, even without
610
any information about what those other transactions might do. It is