File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="ecpg">
@@ -1290,7 +1290,7 @@ struct
1290
1290
</varlistentry>
1291
1291
1292
1292
<varlistentry>
1293
- <term>-208 (<symbol>ECPG_EMPTY</symbol>)</term>
1293
+ <term>-212 (<symbol>ECPG_EMPTY</symbol>)</term>
1294
1294
<listitem>
1295
1295
<para>
1296
1296
The statement sent to the <productname>PostgreSQL</productname>
@@ -1302,7 +1302,7 @@ struct
1302
1302
</varlistentry>
1303
1303
1304
1304
<varlistentry>
1305
- <term>-209 (<symbol>ECPG_MISSING_INDICATOR</symbol>)</term>
1305
+ <term>-213 (<symbol>ECPG_MISSING_INDICATOR</symbol>)</term>
1306
1306
<listitem>
1307
1307
<para>
1308
1308
A null value was returned and no null indicator variable was
@@ -1312,7 +1312,7 @@ struct
1312
1312
</varlistentry>
1313
1313
1314
1314
<varlistentry>
1315
- <term>-210 (<symbol>ECPG_NO_ARRAY</symbol>)</term>
1315
+ <term>-214 (<symbol>ECPG_NO_ARRAY</symbol>)</term>
1316
1316
<listitem>
1317
1317
<para>
1318
1318
An ordinary variable was used in a place that requires an
@@ -1322,7 +1322,7 @@ struct
1322
1322
</varlistentry>
1323
1323
1324
1324
<varlistentry>
1325
- <term>-211 (<symbol>ECPG_DATA_NOT_ARRAY</symbol>)</term>
1325
+ <term>-215 (<symbol>ECPG_DATA_NOT_ARRAY</symbol>)</term>
1326
1326
<listitem>
1327
1327
<para>
1328
1328
The database returned an ordinary variable in a place that
You can’t perform that action at this time.
0 commit comments