8000 Fix incorrect errno definitions in ECPG manual. · jandas/postgres@11dce14 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11dce14

Browse files
committed
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
1 parent ef2b138 commit 11dce14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.53.2.2 2003/12/16 01:06:51 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.53.2.3 2010/08/11 18:53:04 rhaas Exp $
33
-->
44

55
<chapter id="ecpg">
@@ -1290,7 +1290,7 @@ struct
12901290
</varlistentry>
12911291

12921292
<varlistentry>
1293-
<term>-208 (<symbol>ECPG_EMPTY</symbol>)</term>
1293+
<term>-212 (<symbol>ECPG_EMPTY</symbol>)</term>
12941294
<listitem>
12951295
<para>
12961296
The statement sent to the <productname>PostgreSQL</productname>
@@ -1302,7 +1302,7 @@ struct
13021302
</varlistentry>
13031303

13041304
<varlistentry>
1305-
<term>-209 (<symbol>ECPG_MISSING_INDICATOR</symbol>)</term>
1305+
<term>-213 (<symbol>ECPG_MISSING_INDICATOR</symbol>)</term>
13061306
<listitem>
13071307
<para>
13081308
A null value was returned and no null indicator variable was
@@ -1312,7 +1312,7 @@ struct
13121312
</varlistentry>
13131313

13141314
<varlistentry>
1315-
<term>-210 (<symbol>ECPG_NO_ARRAY</symbol>)</term>
1315+
<term>-214 (<symbol>ECPG_NO_ARRAY</symbol>)</term>
13161316
<listitem>
13171317
<para>
13181318
An ordinary variable was used in a place that requires an
@@ -1322,7 +1322,7 @@ struct
13221322
</varlistentry>
13231323

13241324
<varlistentry>
1325-
<term>-211 (<symbol>ECPG_DATA_NOT_ARRAY</symbol>)</term>
1325+
<term>-215 (<symbol>ECPG_DATA_NOT_ARRAY</symbol>)</term>
13261326
<listitem>
13271327
<para>
13281328
The database returned an ordinary variable in a place that

0 commit comments

Comments
 (0)
0