File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2315,7 +2315,7 @@ LOG: database system is ready to accept read only connections
2315
2315
Currently, temporary table creation is not allowed during read only
2316
2316
transactions, so in some cases existing scripts will not run correctly.
2317
2317
This restriction might be relaxed in a later release. This is
2318
- both a SQL Standard compliance issue and a technical issue.
2318
+ both a SQL standard compliance issue and a technical issue.
2319
2319
</para>
2320
2320
2321
2321
<para>
Original file line number Diff line number Diff line change 277
277
278
278
<para>
279
279
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</> 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.
283
284
The behavior of the available isolation levels is detailed in the
284
285
following subsections.
285
286
</para>
You can’t perform that action at this time.
0 commit comments