]> granicus.if.org Git - postgresql/commit
Attached is an update to contrib/dblink. Please apply if there are no
authorBruce Momjian <bruce@momjian.us>
Wed, 24 Apr 2002 02:28:28 +0000 (02:28 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 24 Apr 2002 02:28:28 +0000 (02:28 +0000)
commit3bf6b8f06aef274bc38ee965bf8527b482ad015e
tree175e1667ff6071f77d81edf3cd72bb5b3a70e506
parent30571b549675ea8dfab2aeeb65eaf607072e86e1
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
contrib/dblink/README.dblink
contrib/dblink/dblink.c
contrib/dblink/dblink.h
contrib/dblink/dblink.sql.in