Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3485f8d

Browse files
committed
doc: clarify wording about phantom reads
Reported-by: akhilhello@gmail.comDiscussion:https://postgr.es/m/165222922369.669.10475917322916060899@wrigleys.postgresql.orgBackpatch-through: 10
1 parentcfc86f9 commit3485f8d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

‎doc/src/sgml/high-availability.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2345,7 +2345,7 @@ LOG: database system is ready to accept read only connections
23452345
Currently, temporary table creation is not allowed during read only
23462346
transactions, so in some cases existing scripts will not run correctly.
23472347
This restriction might be relaxed in a later release. This is
2348-
both a SQLStandard compliance issue and a technical issue.
2348+
both a SQLstandard compliance issue and a technical issue.
23492349
</para>
23502350

23512351
<para>

‎doc/src/sgml/mvcc.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,10 @@
277277

278278
<para>
279279
The table also shows that PostgreSQL's Repeatable Read implementation
280-
does not allow phantom reads. Stricter behavior is permitted by the
281-
SQL standard: the four isolation levels only define which phenomena
282-
must not happen, not which phenomena <emphasis>must</emphasis> happen.
280+
does not allow phantom reads. This is acceptable under the SQL
281+
standard because the standard specifies which anomalies must
282+
<emphasis>not</emphasis> occur at certain isolation levels; higher
283+
guarantees are acceptable.
283284
The behavior of the available isolation levels is detailed in the
284285
following subsections.
285286
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp