mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Update bugs section of ecpg...
This commit is contained in:
@ -45,6 +45,14 @@ The files to be processed.
|
|||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
The return code is alway -1 in case of an error. You cannot see which error
|
The return code is alway -1 in case of an error. You cannot see which error
|
||||||
occured by examining the return code.
|
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"
|
.SH "RETURN VALUE"
|
||||||
.IR ecpg
|
.IR ecpg
|
||||||
returns 0 to the shell on successful completion, -1 for errors,
|
returns 0 to the shell on successful completion, -1 for errors,
|
||||||
|
Reference in New Issue
Block a user