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

Skip to content
8000

Commit 815f242

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 d3e41cb commit 815f242

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-
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.62.4.2 2005/05/20 12:37:51 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.62.4.3 2010/08/11 18:52:58 rhaas Exp $
33
-->
44

55
<chapter id="ecpg">
@@ -1299,7 +1299,7 @@ struct
12991299
</varlistentry>
13001300

13011301
<varlistentry>
1302-
<term>-208 (<symbol>ECPG_EMPTY</symbol>)</term>
1302+
<term>-212 (<symbol>ECPG_EMPTY</symbol>)</term>
13031303
<listitem>
13041304
<para>
13051305
The statement sent to the <productname>PostgreSQL</productname>
@@ -1311,7 +1311,7 @@ struct
13111311
</varlistentry>
13121312

13131313
<varlistentry>
1314-
<term>-209 (<symbol>ECPG_MISSING_INDICATOR</symbol>)</term>
1314+
<term>-213 (<symbol>ECPG_MISSING_INDICATOR</symbol>)</term>
13151315
<listitem>
13161316
<para>
13171317
A null value was returned and no null indicator variable was
@@ -1321,7 +1321,7 @@ struct
13211321
</varlistentry>
13221322

13231323
<varlistentry>
1324-
<term>-210 (<symbol>ECPG_NO_ARRAY</symbol>)</term>
1324+
<term>-214 (<symbol>ECPG_NO_ARRAY</symbol>)</term>
13251325
<listitem>
13261326
<para>
13271327
An ordinary variable was used in a place that requires an
@@ -1331,7 +1331,7 @@ struct
13311331
</varlistentry>
13321332

13331333
<varlistentry>
1334-
<term>-211 (<symbol>ECPG_DATA_NOT_ARRAY</symbol>)</term>
1334+
<term>-215 (<symbol>ECPG_DATA_NOT_ARRAY</symbol>)</term>
13351335
<listitem>
13361336
<para>
13371337
The database returned an ordinary variable in a place that

0 commit comments

Comments
 (0)
0