From: David Rowley Date: Sun, 12 Apr 2026 10:49:27 +0000 (+1200) Subject: Doc: use "an SQL" consistently rather than "a SQL" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a78cf591a3f5288aa5ae96902a36e342a3178b79;p=thirdparty%2Fpostgresql.git 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 Discussion: https://postgr.es/m/CAApHDvp3osQwQam+wNTp9BdhP+QfWO6aY6ZTixQQMfM-UArKCw@mail.gmail.com --- diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index 789cac9fcab..086e6231998 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -4230,7 +4230,7 @@ supportfn(internal) returns internal the FROM 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 pg_parse_query and pg_analyze_and_rewrite, or related functions. PARAM_EXTERN Param