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

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: use "an SQL" consistently rather than "a SQL"
Date: 2022-04-20 03:18:51
Message-ID: E1nh0rj-000ClJ-CG@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7bdd489d3d32d6ab5af1d2b22eaf8cc7dc148027

Modified Files
--------------
doc/src/sgml/func.sgml | 4 ++--
doc/src/sgml/ref/select.sgml | 2 +-
doc/src/sgml/xfunc.sgml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-04-20 03:36:15 pgsql: Stabilize streaming tests in test_decoding.
Previous Message Tom Lane 2022-04-20 03:04:17 pgsql: Fix breakage in AlterFunction().