Typo in ECPG documentation
Daniel Gustafsson <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.documentation |
|---|---|
| Message-ID | <10VIFxQgK1gA5oJ3gHlcZlYRLobNaQX1QEWLEqBeriL__jbuZKqybIPhOGljvbdsFmCPrVvZiTVBZrh4gQrnyl9XYueF9q7gp5tkMr0YA4A=@yesql.se> |
Attached patch fixes a small typo in the ECPG documentation that I happened to spot: s/DELARE/DECLARE/. cheers ./daniel
ecpg_typo.patch
(application/octet-stream, 849 B)
From b11526e8e8332a6fd07200eff371fdd0d511fffe Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson <[email protected]> Date: Tue, 26 Mar 2019 13:13:57 +0100 Subject: [PATCH] Fix typo in ECPG documentation s/DELARE/DECLARE/ --- doc/src/sgml/ecpg.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index b7f785069f..d5ee6a58e7 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> -- 2.14.1.145.gb3622a4ee