Attached is an update to contrib/dblink. Please apply if there are no

Bruce Momjian <bruce@momjian.us>

Commit: 3bf6b8f06aef274bc38ee965bf8527b482ad015e
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-04-24T02:28:28Z
Releases: 7.3.1
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

PathChange+/−
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