From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | derek(at)softwaregems(dot)com(dot)au, pgsql-docs(at)lists(dot)postgresql(dot)org |
Subject: | Re: "innovative Serializable Snapshot Isolation (SSI) level" |
Date: | 2020-08-04 03:12:35 |
Message-ID: | CA+hUKG+os_0sZwh=y4W4oJCb5WoeZunBFnU+a-eEyOmcF6G9wA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
On Tue, Aug 4, 2020 at 10:24 AM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> On Mon, Aug 3, 2020 at 01:41:24AM +0000, PG Doc comments form wrote:
> > The following documentation comment has been logged on the website:
> >
> > Page: https://www.postgresql.org/docs/12/mvcc-intro.html
> > Description:
> >
> > The documentation page:
> > __https://www.postgresql.org/docs/12/mvcc-intro.html
> > makes a reference to the term "innovative Serializable Snapshot Isolation
> > (SSI) level"
> > I can't find that anywhere in the documentation. I am expecting to find it
> > here:
> > __https://www.postgresql.org/docs/12/transaction-iso.html
> > or here:
> > __https://www.postgresql.org/docs/current/sql-set-transaction.html
> > But there is nothing.
> >
> > A search for the term "innovative Serializable Snapshot Isolation (SSI)
> > level":
> > __https://www.postgresql.org/search/?q=Serializable+Snapshot+Isolation+
> > produces a lengthy listing, demonstrating that the term is used throughout
> > the documentation. But there is no entry in the documentation that defines
> > the term, or that defines the commands required to use it.
>
> Uh, it is here:
>
> https://www.postgresql.org/docs/12/transaction-iso.html#XACT-SERIALIZABLE
>
> "innovative" is not part of the name.
Some more information was also recently added to provide references,
but it hasn't rolled out to the version 12 documentation website yet.
You can see it in the development version, though:
https://www.postgresql.org/docs/devel/transaction-iso.html
Here's the commit:
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2020-08-04 05:56:51 | Re: Document "59.2. Built-in Operator Classes" have a clerical error? |
Previous Message | Bruce Momjian | 2020-08-03 22:24:21 | Re: "innovative Serializable Snapshot Isolation (SSI) level" |