1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix some typos with {a,an}

One of the changes impacts the documentation, so backpatch.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pu6+c+r3mY24VT7u+H+E_s6vMr5OdRiZ8NT3EOa-E5Lmw@mail.gmail.com
Backpatch-through: 14
This commit is contained in:
Michael Paquier
2021-12-09 15:20:45 +09:00
parent 614b77d65a
commit a04fc56d03
6 changed files with 8 additions and 8 deletions

View File

@ -6977,7 +6977,7 @@ EXEC SQL CLOSE cursor_name;
<title>Compatibility</title>
<para>
<command>DECLARE STATEMENT</command> is a extension of the SQL standard,
<command>DECLARE STATEMENT</command> is an extension of the SQL standard,
but can be used in famous DBMSs.
</para>
</refsect1>