From 64ddabc848886435d06f2d123d1f48084acd3d3e Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Wed, 11 Aug 2010 18:52:23 +0000 Subject: [PATCH] Fix incorrect errno definitions in ECPG manual. ecpgerrno.h hasn't materially changed since PostgreSQL 7.4, so this has been wrong for a very long time. Back-patch all the way. Satoshi Nagayasu --- doc/src/sgml/ecpg.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 089c7d87d2..6014e8db88 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,4 +1,4 @@ - + <application>ECPG</application> - Embedded <acronym>SQL</acronym> in C @@ -4309,7 +4309,7 @@ struct - -208 (ECPG_EMPTY) + -212 (ECPG_EMPTY) The statement sent to the PostgreSQL @@ -4321,7 +4321,7 @@ struct - -209 (ECPG_MISSING_INDICATOR) + -213 (ECPG_MISSING_INDICATOR) A null value was returned and no null indicator variable was @@ -4331,7 +4331,7 @@ struct - -210 (ECPG_NO_ARRAY) + -214 (ECPG_NO_ARRAY) An ordinary variable was used in a place that requires an @@ -4341,7 +4341,7 @@ struct - -211 (ECPG_DATA_NOT_ARRAY) + -215 (ECPG_DATA_NOT_ARRAY) The database returned an ordinary variable in a place that