Skip to content

Commit b51f86e

Browse files
committed
Doc: use "an SQL" consistently rather than "a SQL"
Per the precedent set by 04539e7, 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 b1b13d2, d866f03 and 7bdd489.
1 parent 2970c75 commit b51f86e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/copy.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ COPY <replaceable class="parameter">count</replaceable>
677677
backward compatibility. However, <application>psql</application>
678678
uses <literal>\.</literal> to terminate a <literal>COPY FROM
679679
STDIN</literal> operation (that is, reading
680-
in-line <command>COPY</command> data in a SQL script). In that
680+
in-line <command>COPY</command> data in an SQL script). In that
681681
context the rule is needed to be able to end the operation before the
682682
end of the script.
683683
</para>
@@ -844,7 +844,7 @@ COPY <replaceable class="parameter">count</replaceable>
844844
is not normally treated as special when reading <literal>CSV</literal>
845845
data. An exception is that <application>psql</application> will terminate
846846
a <literal>COPY FROM STDIN</literal> operation (that is, reading
847-
in-line <command>COPY</command> data in a SQL script) at a line containing
847+
in-line <command>COPY</command> data in an SQL script) at a line containing
848848
only <literal>\.</literal>, whether it is text or <literal>CSV</literal>
849849
mode.
850850
</para>

0 commit comments

Comments
 (0)