Attached is an update to contrib/dblink. Please apply if there are no
Bruce Momjian <bruce@momjian.us>
Attached is an update to contrib/dblink. Please apply if there are no
objections.
Major changes:
- removed cursor wrap around input sql to allow for remote
execution of INSERT/UPDATE/DELETE
- dblink now returns a resource id instead of a real pointer
- added several utility functions
I'm still hoping to add explicit cursor open/fetch/close support before
7.3 is released, but I need a bit more time on that.
On a somewhat unrelated topic, I never got any feedback on the
unknownin/out patch and the mb_substring patch. Is there anything else I
need to do to get those applied?
Joe Conway
Files
| Path | Change | +/− |
|---|---|---|
| contrib/dblink/dblink.c | modified | +1219 −104 |
| contrib/dblink/dblink.h | modified | +77 −2 |
| contrib/dblink/dblink.sql.in | modified | +37 −4 |
| contrib/dblink/README.dblink | modified | +290 −11 |