Index: doc/src/sgml/ecpg.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v retrieving revision 1.23 diff -c -r1.23 ecpg.sgml *** doc/src/sgml/ecpg.sgml 2001/09/13 15:55:22 1.23 --- doc/src/sgml/ecpg.sgml 2001/10/11 20:04:49 *************** *** 332,337 **** --- 332,347 ---- + -209, NULL value without indicator in line %d. + + + Postgres returned ECPG_MISSING_INDICATOR + because a NULL was returned and no NULL indicator variable was supplied. + + + + + -220, No such connection %s in line %d.