]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: use "an SQL" consistently rather than "a SQL"
authorDavid Rowley <drowley@postgresql.org>
Sun, 12 Apr 2026 10:49:27 +0000 (22:49 +1200)
committerDavid Rowley <drowley@postgresql.org>
Sun, 12 Apr 2026 10:49:27 +0000 (22:49 +1200)
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 b51f86e49b1b13d2b5d866f0374 and 7bdd489d3.

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

doc/src/sgml/xfunc.sgml

index 789cac9fcab5ad96ad7df84e69d56cd0604ab514..086e6231998a380dafe39755fe33206894defd16 100644 (file)
@@ -4230,7 +4230,7 @@ supportfn(internal) returns internal
     the <literal>FROM</literal> item as though a sub-select had been
     written instead.  The Query tree must appear as it would after parse
     analysis and rewrite processing.  One way to ensure that that's true
-    is to build a SQL string then feed it
+    is to build an SQL string then feed it
     through <function>pg_parse_query</function>
     and <function>pg_analyze_and_rewrite</function>, or related
     functions.  <literal>PARAM_EXTERN</literal> <structname>Param</structname>