Doc: use "an SQL" consistently rather than "a SQL"

David Rowley <drowley@postgresql.org>

Commit: 7bdd489d3d32d6ab5af1d2b22eaf8cc7dc148027
Author: David Rowley <drowley@postgresql.org>
Date: 2022-04-20T03:17:56Z
Releases: 15.0
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

Files

PathChange+/−
doc/src/sgml/func.sgml modified +2 −2
doc/src/sgml/ref/select.sgml modified +1 −1
doc/src/sgml/xfunc.sgml modified +1 −1

Documentation touched

Discussion