aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2019-03-26 13:30:46 +0100
committerMagnus Hagander <magnus@hagander.net>2019-03-26 13:30:46 +0100
commit05295e36ca9b40c53b7c36f5c7f75f822cd49baf (patch)
tree4031a6ea29a590a92573b41561cf20b494ba84b5
parentc8c885b7a5c8c1175288de1d8aaec3b4ae9050e1 (diff)
downloadpostgresql-05295e36ca9b40c53b7c36f5c7f75f822cd49baf.tar.gz
postgresql-05295e36ca9b40c53b7c36f5c7f75f822cd49baf.zip
Fix typo
Author: Daniel Gustafsson <daniel@yesql.se>
-rw-r--r--doc/src/sgml/ecpg.sgml2
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>