doc_and_and.patch

text/plain

Filename: doc_and_and.patch
Type: text/plain
Part: 0
Message: Re: Documentation mistake

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: context
File+
doc/src/sgml/mvcc.sgml 1 0
*** a/doc/src/sgml/mvcc.sgml
--- b/doc/src/sgml/mvcc.sgml
***************
*** 547,553 **** 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:
  
  <screen>
  ERROR:  could not serialize access due to read/write dependencies among transactions
--- 547,553 ----
      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 will roll the other back with this message:
  
  <screen>
  ERROR:  could not serialize access due to read/write dependencies among transactions