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
- $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 $
3
3
-->
4
4
5
5
<chapter id="ecpg">
@@ -1299,7 +1299,7 @@ struct
1299
1299
</varlistentry>
1300
1300
1301
1301
<varlistentry>
1302
- <term>-208 (<symbol>ECPG_EMPTY</symbol>)</term>
1302
+ <term>-212 (<symbol>ECPG_EMPTY</symbol>)</term>
1303
1303
<listitem>
1304
1304
<para>
1305
1305
The statement sent to the <productname>PostgreSQL</productname>
@@ -1311,7 +1311,7 @@ struct
1311
1311
</varlistentry>
1312
1312
1313
1313
<varlistentry>
1314
- <term>-209 (<symbol>ECPG_MISSING_INDICATOR</symbol>)</term>
1314
+ <term>-213 (<symbol>ECPG_MISSING_INDICATOR</symbol>)</term>
1315
1315
<listitem>
1316
1316
<para>
1317
1317
A null value was returned and no null indicator variable was
@@ -1321,7 +1321,7 @@ struct
1321
1321
</varlistentry>
1322
1322
1323
1323
<varlistentry>
1324
- <term>-210 (<symbol>ECPG_NO_ARRAY</symbol>)</term>
1324
+ <term>-214 (<symbol>ECPG_NO_ARRAY</symbol>)</term>
1325
1325
<listitem>
1326
1326
<para>
1327
1327
An ordinary variable was used in a place that requires an
@@ -1331,7 +1331,7 @@ struct
1331
1331
</varlistentry>
1332
1332
1333
1333
<varlistentry>
1334
- <term>-211 (<symbol>ECPG_DATA_NOT_ARRAY</symbol>)</term>
1334
+ <term>-215 (<symbol>ECPG_DATA_NOT_ARRAY</symbol>)</term>
1335
1335
<listitem>
1336
1336
<para>
1337
1337
The database returned an ordinary variable in a place that
You can’t perform that action at this time.
0 commit comments