diff options
author | Magnus Hagander <magnus@hagander.net> | 2019-03-26 13:30:46 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2019-03-26 13:30:46 +0100 |
commit | 05295e36ca9b40c53b7c36f5c7f75f822cd49baf (patch) | |
tree | 4031a6ea29a590a92573b41561cf20b494ba84b5 | |
parent | c8c885b7a5c8c1175288de1d8aaec3b4ae9050e1 (diff) | |
download | postgresql-05295e36ca9b40c53b7c36f5c7f75f822cd49baf.tar.gz postgresql-05295e36ca9b40c53b7c36f5c7f75f822cd49baf.zip |
Fix typo
Author: Daniel Gustafsson <daniel@yesql.se>
-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 b7f785069f7..d5ee6a58e77 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -6828,7 +6828,7 @@ EXEC SQL [ AT <replaceable class="parameter">connection_name</replaceable> ] DEC </para> <para> - <command>DELARE CURSOR</command> with a SQL statement identifier can be written before PREPARE. + <command>DECLARE CURSOR</command> with a SQL statement identifier can be written before PREPARE. </para> </refsect1> |