From: Robert Haas Date: Wed, 11 Aug 2010 19:04:16 +0000 (+0000) Subject: Fix one more incorrect errno definition in the ECPG manual. X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=120782773d7e9e80a2e77f2fee5cf7a016e017d8;p=users%2Fkgrittn%2Fpostgres.git Fix one more incorrect errno definition in the ECPG manual. Again, back-patch all the way to 7.4. --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 25ba60f0f5..882e0014b4 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ @@ -1279,7 +1279,7 @@ struct - -207 (ECPG_CONVERT_BOOL) + -211 (ECPG_CONVERT_BOOL) This means the host variable is of type bool and