aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-02-20 02:07:25 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-02-20 02:07:25 +0000
commitc6b62a429a9a166855a91b11765afbdfe62d12e2 (patch)
treefda9cfdab6c2ab2ac10a4bbfe758ffd86c6aae29 /src
parent7f4edbfade627d4b453e868ae77150f371633547 (diff)
downloadpostgresql-c6b62a429a9a166855a91b11765afbdfe62d12e2.tar.gz
postgresql-c6b62a429a9a166855a91b11765afbdfe62d12e2.zip
Update bugs section of ecpg...
Diffstat (limited to 'src')
-rw-r--r--src/man/ecpg.18
1 files changed, 8 insertions, 0 deletions
diff --git a/src/man/ecpg.1 b/src/man/ecpg.1
index 9d9db42d288..8e0b26ce369 100644
--- a/src/man/ecpg.1
+++ b/src/man/ecpg.1
@@ -45,6 +45,14 @@ The files to be processed.
.SH "BUGS"
The return code is alway -1 in case of an error. You cannot see which error
occured by examining the return code.
+.TP
+The cursor is opened when the declare statement is issued.
+.TP
+ecpg does not understand enum datatypes.
+.TP
+The is no exec sql prepare statement.
+.TP
+The complete structure definition has to be listed inside the declare section for ecpg to be able to understand it.
.SH "RETURN VALUE"
.IR ecpg
returns 0 to the shell on successful completion, -1 for errors,