mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
This one cleans the cursor problems ecpg had so far. It is now able
to understand cursors with variables. Michael
This commit is contained in:
@ -13,9 +13,6 @@ bool ECPGdisconnect(int, const char *);
|
||||
|
||||
void ECPGlog(const char *format,...);
|
||||
|
||||
bool ECPGdeclare(int, const char *, char *);
|
||||
bool ECPGopen(int, const char *);
|
||||
|
||||
#ifdef LIBPQ_FE_H
|
||||
bool ECPGsetdb(PGconn *);
|
||||
|
||||
|
Reference in New Issue
Block a user