mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 12:51:05 -04:00
Doc: use "an SQL" consistently rather than "a SQL"
Per the precedent set by04539e73f, adjust article prefixes for "SQL" to use "an" consistently rather than "a", i.e., "an es-que-ell" rather than "a sequel". Also seeb51f86e49,b1b13d2b5,d866f0374and7bdd489d3. Author: David Rowley <dgrowleyml@gmail.com> Discussion: https://postgr.es/m/CAApHDvp3osQwQam+wNTp9BdhP+QfWO6aY6ZTixQQMfM-UArKCw@mail.gmail.com
This commit is contained in:
parent
80156cee06
commit
a78cf591a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue