projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97d0c8b
)
Add documention for ecpg -209 error.
author
Bruce Momjian
Thu, 11 Oct 2001 20:25:42 +0000
(20:25 +0000)
committer
Bruce Momjian
Thu, 11 Oct 2001 20:25:42 +0000
(20:25 +0000)
doc/src/sgml/ecpg.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ecpg.sgml
b/doc/src/sgml/ecpg.sgml
index de6da54dbef50a354527340be534ea42e98a6eb8..a4cdfa6d2f876cba2a22c0bf3606a2634a9c114b 100644
(file)
--- a/
doc/src/sgml/ecpg.sgml
+++ b/
doc/src/sgml/ecpg.sgml
@@
-1,5
+1,5
@@
@@
-331,6
+331,16
@@
struct sqlca
+
+
-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.