1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +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:36 +09:00
parent 5e97905a2c
commit 5d08137076
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>