Re: BUG #12889: Documentation - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #12889: Documentation
Date
Msg-id CAB7nPqTBYAfeR-HwtmUu9W-GwjJnJ0NmEzb7-Li8rRjuhYrpkQ@mail.gmail.com
Whole thread Raw
In response to BUG #12889: Documentation  (herzir232@seznam.cz)
List pgsql-bugs
On Sun, Mar 22, 2015 at 7:04 AM,  <herzir232@seznam.cz> wrote:
> Sorry, I don't know where documentation errors can be reported.
> Documentation PDF for PSQL 9.1, page 329 (394 in pdf), subsection 13.2,
> table 13-1 and the paragraph following give contradictory information about
> isolation levels.

You are referring to this paragraph and this table, which have not
changed for a couple of years:
- 9.1: http://www.postgresql.org/docs/9.1/static/transaction-iso.html#MVCC-ISOLEVEL-TABLE
- HEAD: http://www.postgresql.org/docs/devel/static/transaction-iso.html#MVCC-ISOLEVEL-TABLE
What is the contradictory information you have in mind? The table
refers to the isolation levels that are part of the SQL standard,
while the paragraph defines how Postgres uses them, and at quick
glance I am seeing nothing wrong with them.
--
Michael

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_get_constraintdef() doesn't always give an equal constraint
Next
From: Michael Paquier
Date:
Subject: Re: BUG #12885: The result of casting a double to an integer depends on the database version