Re: [HACKERS] [9.3 doc fix] ECPG VAR command does not describe the actual specification

2013-06-27 Thread Michael Meskes
> Looking around the 9.3 doc, I found a small, but not-insignificant > error in the documentation. Thanks for finding and fixing. Patch committed. Michael -- Michael Meskes Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org) Michael at BorussiaFan dot De, Meskes at (Debian|Postg

[HACKERS] [9.3 doc fix] ECPG VAR command does not describe the actual specification

2013-06-27 Thread MauMau
Hello, Looking around the 9.3 doc, I found a small, but not-insignificant error in the documentation. http://www.postgresql.org/docs/9.3/static/ecpg-sql-var.html According to the description, EXEC SQL VAR a IS int; is equivalent to: Exec sql begin declare section; int a; exec sql end decl