Re: correction

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: correction
Дата
Msg-id d55888fe31c51c0743abe1f55dcf213633ceb30d.camel@cybertec.at
обсуждение исходный текст
Ответ на correction  (PG Doc comments form <noreply@postgresql.org>)
Ответы Re: correction  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
On Wed, 2022-05-11 at 00:33 +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
> 
> Page: https://www.postgresql.org/docs/14/transaction-iso.html
> Description:
> 
> in this page: https://www.postgresql.org/docs/14/transaction-iso.html
> 
> under the Table 13.1 section, if we search for "phantom reads. Stricter
> behavior is permitted by the SQL standard", do we mean "Looser behaviour"?

What is meant is "The SQL standard allows an implementation to implement
stricter behavior than required by the standard; it only defines the things
that are *not* allowed to happen at a certain isolation level.  So it is for
example fine for PostgreSQL not to allow dirty reads in READ UNCOMMITTED
isolation level."

Perhaps this could be rewritten to be clearer; it is indeed easy to
misunderstand that sentence.

Yours,
Laurenz Albe



В списке pgsql-docs по дате отправления:

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: correction
Следующее
От: PG Doc comments form
Дата:
Сообщение: SET TRANSACTION SNAPSHOT sounds like replicated environment but isn't