File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments