Re: Add a new table for Transaction Isolation? - Mailing list pgsql-docs

From Kevin Grittner
Subject Re: Add a new table for Transaction Isolation?
Date
Msg-id 1416656552.447025.1430316920874.JavaMail.yahoo@mail.yahoo.com
Whole thread Raw
In response to Re: Add a new table for Transaction Isolation?  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Add a new table for Transaction Isolation?
List pgsql-docs
Bruce Momjian <bruce@momjian.us> wrote:

> I went with "Allowed, but not in PG" for those two fields, and
> removed the extra rows I had added.  You can see the output here:
>
>     http://momjian.us/expire/transaction-iso.html


Looks great!

The only suggestion I can think to make to the table itself is to
make the new column header singular, to match the other columns.
I do think we should define the term used in the new column header;
maybe something like this:


serialization anomaly

    The result of successfully committing a group of transactions
    is inconsistent with all possible orderings of running those
    transactions one at a time.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCH] Advise devs to prefer server_version_num over parsing the version
Next
From: Bruce Momjian
Date:
Subject: Re: Add a new table for Transaction Isolation?