Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
c6b62a42
Commit
c6b62a42
authored
Feb 20, 1998
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update bugs section of ecpg...
parent
7f4edbfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/man/ecpg.1
src/man/ecpg.1
+8
-0
No files found.
src/man/ecpg.1
View file @
c6b62a42
...
...
@@ -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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment