Skip to content

Commit c19ff88

Browse files
committed
Add documention for ecpg -209 error.
1 parent 97d0c8b commit c19ff88

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<chapter id="ecpg">
@@ -331,6 +331,16 @@ struct sqlca
331331
</listitem>
332332
</varlistentry>
333333

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+
334344
<varlistentry>
335345
<term><computeroutput>-220, No such connection %s in line %d.</computeroutput></term>
336346
<listitem>

0 commit comments

Comments
 (0)