mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Add documention for ecpg -209 error.
This commit is contained in:
parent
97d0c8b219
commit
c19ff887c6
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.23 2001/09/13 15:55:22 petere Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.24 2001/10/11 20:25:42 momjian Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ecpg">
|
||||
@ -331,6 +331,16 @@ struct sqlca
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><computeroutput>-209, NULL value without indicator in line %d.</computeroutput></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<productname>Postgres</productname> returned <symbol>ECPG_MISSING_INDICATOR</symbol>
|
||||
because a NULL was returned and no NULL indicator variable was supplied.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><computeroutput>-220, No such connection %s in line %d.</computeroutput></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user