From: Robert Haas Date: Wed, 11 Aug 2010 19:04:09 +0000 (+0000) Subject: Fix one more incorrect errno definition in the ECPG manual. X-Git-Tag: REL8_0_26~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=019e2f4501e51d7285fc34ae876580789cc26112;p=thirdparty%2Fpostgresql.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 0ad63088773..c0ec6947d2e 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ @@ -1288,7 +1288,7 @@ struct - -207 (ECPG_CONVERT_BOOL) + -211 (ECPG_CONVERT_BOOL) This means the host variable is of type bool and