diff options
author | David Rowley <drowley@postgresql.org> | 2024-04-10 10:43:31 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2024-04-10 10:43:31 +1200 |
commit | b1b13d2b524e64e3bf3538441366bdc8f6d3beda (patch) | |
tree | ac1bcebcd5e5bd92b4e56b26d6f0d493586130fe /doc/src | |
parent | ad55cc984519232a5c64cae585b22a46ede21b31 (diff) | |
download | postgresql-b1b13d2b524e64e3bf3538441366bdc8f6d3beda.tar.gz postgresql-b1b13d2b524e64e3bf3538441366bdc8f6d3beda.zip |
Doc: use "an SQL" instead of "a SQL"
Although which is correct depends entirely on whether you pronounce SQL
as "ess-que-ell" or "sequel", we have standardized on the former in our
user-facing documentation, so use the correct article according to that
pronunciation.
Discussion: https://postgr.es/m/CAApHDvp3osQwQam+wNTp9BdhP+QfWO6aY6ZTixQQMfM-UArKCw@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ddl.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index cd8304ef752..00f44f56faf 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -5479,7 +5479,7 @@ CREATE FUNCTION get_color_note (rainbow) RETURNS text AS </para> <para> - On the other hand, for a SQL-language function or procedure whose body + On the other hand, for an SQL-language function or procedure whose body is written in SQL-standard style, the body is parsed at function definition time and all dependencies recognized by the parser are stored. Thus, if we write the function above as |