summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2010-08-11 18:52:52 +0000
committerRobert Haas <rhaas@postgresql.org>2010-08-11 18:52:52 +0000
commit19efe0489f1c42fadb3dbbc0b19437474bc2c545 (patch)
tree5c199dfd7bd98162dd61fc04c6c1e2994cc4e6a9
parentd0844a851f43b5a06815304a0291bddccf3a99dc (diff)
downloadpostgresql-19efe0489f1c42fadb3dbbc0b19437474bc2c545.tar.gz
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
-rw-r--r--doc/src/sgml/ecpg.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index 2406200a1c..d371a8b23f 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.71 2005/11/04 23:13:59 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.71.2.1 2010/08/11 18:52:52 rhaas Exp $
-->
<chapter id="ecpg">
@@ -1299,7 +1299,7 @@ struct
</varlistentry>
<varlistentry>
- <term>-208 (<symbol>ECPG_EMPTY</symbol>)</term>
+ <term>-212 (<symbol>ECPG_EMPTY</symbol>)</term>
<listitem>
<para>
The statement sent to the <productname>PostgreSQL</productname>
@@ -1311,7 +1311,7 @@ struct
</varlistentry>
<varlistentry>
- <term>-209 (<symbol>ECPG_MISSING_INDICATOR</symbol>)</term>
+ <term>-213 (<symbol>ECPG_MISSING_INDICATOR</symbol>)</term>
<listitem>
<para>
A null value was returned and no null indicator variable was
@@ -1321,7 +1321,7 @@ struct
</varlistentry>
<varlistentry>
- <term>-210 (<symbol>ECPG_NO_ARRAY</symbol>)</term>
+ <term>-214 (<symbol>ECPG_NO_ARRAY</symbol>)</term>
<listitem>
<para>
An ordinary variable was used in a place that requires an
@@ -1331,7 +1331,7 @@ struct
</varlistentry>
<varlistentry>
- <term>-211 (<symbol>ECPG_DATA_NOT_ARRAY</symbol>)</term>
+ <term>-215 (<symbol>ECPG_DATA_NOT_ARRAY</symbol>)</term>
<listitem>
<para>
The database returned an ordinary variable in a place that