diff options
author | Michael Meskes <meskes@postgresql.org> | 2003-06-13 10:50:58 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2003-06-13 10:50:58 +0000 |
commit | 26188e8c1751a2ef97fb6192fbc1bbc9f313a4d6 (patch) | |
tree | 664f93ef0ae0f58d9deaeb44cf5a35113fe605ab /src/interfaces/ecpg/include/ecpglib.h | |
parent | a2d08b99c2a2d5fff3e883098588fb2fe2d664dc (diff) | |
download | postgresql-26188e8c1751a2ef97fb6192fbc1bbc9f313a4d6.tar.gz postgresql-26188e8c1751a2ef97fb6192fbc1bbc9f313a4d6.zip |
- Enable FETCH without INTO.
- Compatibility functions for INFORMIX handling of DECLARE statement.
Diffstat (limited to 'src/interfaces/ecpg/include/ecpglib.h')
-rw-r--r-- | src/interfaces/ecpg/include/ecpglib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h index 679ff1a7638..21e2db33f04 100644 --- a/src/interfaces/ecpg/include/ecpglib.h +++ b/src/interfaces/ecpg/include/ecpglib.h @@ -42,7 +42,6 @@ void ECPGdebug(int, FILE *); bool ECPGstatus(int, const char *); bool ECPGsetcommit(int, const char *, const char *); bool ECPGsetconn(int, const char *); -bool ECPGconnect_informix(int, const char *, const char *, const char *, const char *, int); bool ECPGconnect(int, const char *, const char *, const char *, const char *, int); bool ECPGdo(int, const char *, char *,...); bool ECPGtrans(int, const char *, const char *); |