File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
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.23 2001/09/13 15:55:22 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.24 2001/10/11 20:25:42 momjian Exp $
3
3
-->
4
4
5
5
<chapter id="ecpg">
@@ -331,6 +331,16 @@ struct sqlca
331
331
</listitem>
332
332
</varlistentry>
333
333
334
+ <varlistentry>
335
+ <term><computeroutput>-209, NULL value without indicator in line %d.</computeroutput></term>
336
+ <listitem>
337
+ <para>
338
+ <productname>Postgres</productname> returned <symbol>ECPG_MISSING_INDICATOR</symbol>
339
+ because a NULL was returned and no NULL indicator variable was supplied.
340
+ </para>
341
+ </listitem>
342
+ </varlistentry>
343
+
334
344
<varlistentry>
335
345
<term><computeroutput>-220, No such connection %s in line %d.</computeroutput></term>
336
346
<listitem>
You can’t perform that action at this time.
0 commit comments