pgsql: Doc: use "an SQL" consistently rather than "a SQL" - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Doc: use "an SQL" consistently rather than "a SQL"
Date
Msg-id E1wBsNy-000bux-2b@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: use "an SQL" consistently rather than "a SQL"

Per the precedent set by 04539e73f, adjust article prefixes for "SQL" to
use "an" consistently rather than "a", i.e., "an es-que-ell" rather than
"a sequel".

Also see b51f86e49, b1b13d2b5, d866f0374 and 7bdd489d3.

Author: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/CAApHDvp3osQwQam+wNTp9BdhP+QfWO6aY6ZTixQQMfM-UArKCw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a78cf591a3f5288aa5ae96902a36e342a3178b79

Modified Files
--------------
doc/src/sgml/xfunc.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Honor passed-in database OIDs in pgstat_database.c
Next
From: David Rowley
Date:
Subject: pgsql: Use stack-allocated StringInfoDatas, where possible