]> granicus.if.org Git - postgresql/commitdiff
From: Michael Meskes <meskes@topsystem.de>
authorMarc G. Fournier <scrappy@hub.org>
Fri, 27 Feb 1998 02:30:09 +0000 (02:30 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 27 Feb 1998 02:30:09 +0000 (02:30 +0000)
Here's a small patch to ecpg's man page to make it list all known bugs.

src/man/ecpg.1

index 8e0b26ce369077c46ed376407dec0b1070a1b22b..c43781bf6f18bddcc4a51811832b5fe251047133 100644 (file)
@@ -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,