mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Doc: use "an SQL" consistently rather than "a SQL"
Similarly to what was done in04539e73f, we standardized on SQL being pronounced "es-que-ell" rather than "sequel" in our documentation. Two inconsistencies have crept in during the v15 cycle. The others existed before but were missed in04539e73fdue to none of the searches accounting for "SQL" being wrapped in tags. As with04539e73f, we don't touch code comments here in order to not create unnecessary back-patching pain. Discussion: https://postgr.es/m/CAApHDvpML27UqFXnrYO1MJddsKVMQoiZisPvsAGhKE_tsKXquw%40mail.gmail.com
This commit is contained in:
@@ -1715,7 +1715,7 @@ SELECT * FROM (SELECT * FROM mytable FOR UPDATE) ss ORDER BY column1;
|
||||
<para>
|
||||
At the <literal>REPEATABLE READ</literal> or <literal>SERIALIZABLE</literal>
|
||||
transaction isolation level this would cause a serialization failure (with
|
||||
a <literal>SQLSTATE</literal> of <literal>'40001'</literal>), so there is
|
||||
an <literal>SQLSTATE</literal> of <literal>'40001'</literal>), so there is
|
||||
no possibility of receiving rows out of order under these isolation levels.
|
||||
</para>
|
||||
</caution>
|
||||
|
||||
Reference in New Issue
Block a user