From: David Rowley Date: Sun, 13 Apr 2025 23:55:18 +0000 (+1200) Subject: Doc: use "an SQL" consistently rather than "a SQL" X-Git-Tag: REL_18_BETA1~156 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b51f86e49a7f119004c0ce5d0be89cdf98309141;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". Both of these are new to v18. Also see b1b13d2b5, d866f0374 and 7bdd489d3. --- diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index d6859276bed..8433344e5b6 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -677,7 +677,7 @@ COPY count backward compatibility. However, psql uses \. to terminate a COPY FROM STDIN operation (that is, reading - in-line COPY data in a SQL script). In that + in-line COPY data in an SQL script). In that context the rule is needed to be able to end the operation before the end of the script. @@ -844,7 +844,7 @@ COPY count is not normally treated as special when reading CSV data. An exception is that psql will terminate a COPY FROM STDIN operation (that is, reading - in-line COPY data in a SQL script) at a line containing + in-line COPY data in an SQL script) at a line containing only \., whether it is text or CSV mode.