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
Showing
- contrib/dblink/README.dblink 290 additions, 11 deletionscontrib/dblink/README.dblink
- contrib/dblink/dblink.c 1219 additions, 104 deletionscontrib/dblink/dblink.c
- contrib/dblink/dblink.h 77 additions, 2 deletionscontrib/dblink/dblink.h
- contrib/dblink/dblink.sql.in 37 additions, 4 deletionscontrib/dblink/dblink.sql.in
Loading
Please register or sign in to comment