diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-12-09 15:20:36 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-12-09 15:20:36 +0900 |
commit | 5d08137076fd39694188ec4625013756aab889e1 (patch) | |
tree | e305b3fa9c81201f741f8bacbbd788eeb7319b79 /doc/src | |
parent | 5e97905a2c764d4ca36f5c6cccd0ebbf157b9df4 (diff) |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 04d4a6bdb2b..5a2dc4a8ae8 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -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> |