aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-02-27 02:30:09 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-02-27 02:30:09 +0000
commit73d309f54bbb8c1baaa9259d41d7d9bf3ef35453 (patch)
tree5d3c6b02c96b1ed8d115ee0fb9a0eccdf13fa918 /src
parentceebcd0a495e7f6794d3b14bbd87950b5752f095 (diff)
downloadpostgresql-73d309f54bbb8c1baaa9259d41d7d9bf3ef35453.tar.gz
postgresql-73d309f54bbb8c1baaa9259d41d7d9bf3ef35453.zip
From: Michael Meskes <meskes@topsystem.de>
Here's a small patch to ecpg's man page to make it list all known bugs.
Diffstat (limited to 'src')
-rw-r--r--src/man/ecpg.17
1 files changed, 7 insertions, 0 deletions
diff --git a/src/man/ecpg.1 b/src/man/ecpg.1
index 8e0b26ce369..c43781bf6f1 100644
--- a/src/man/ecpg.1
+++ b/src/man/ecpg.1
@@ -53,6 +53,13 @@ ecpg does not understand enum datatypes.
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.
+.TP
+Each variable has to be defined on a line on its own.
+.TP
+There is no way yet to fill a complete array with one call except arrays of [unsigned] char
+which are considered strings.
+.TP
+ecpg cannot use pointer variables except [unsigned] char *
.SH "RETURN VALUE"
.IR ecpg
returns 0 to the shell on successful completion, -1 for errors,