diff options
| author | David Rowley <drowley@postgresql.org> | 2022-04-20 15:17:56 +1200 |
|---|---|---|
| committer | David Rowley <drowley@postgresql.org> | 2022-04-20 15:17:56 +1200 |
| commit | 7bdd489d3d32d6ab5af1d2b22eaf8cc7dc148027 (patch) | |
| tree | f3ec9d0bced1ce13d0afc9c01d4f68d01e174b31 /doc/src/sgml/ref | |
| parent | 344a225cb9d42f20df063e4d0e0d4559c5de7910 (diff) | |
Doc: use "an SQL" consistently rather than "a SQL"
Similarly to what was done in 04539e73f, 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 in 04539e73f due to none of the searches
accounting for "SQL" being wrapped in tags.
As with 04539e73f, 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
Diffstat (limited to 'doc/src/sgml/ref')
| -rw-r--r-- | doc/src/sgml/ref/select.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 16bbab52c3e..8e5b83dfded 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -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> |
