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- $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
You can’t perform that action at this time.
0 commit comments