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)
commitbff1838425dbba7ea7f3d075412981e16304067f
treed30c9af4f9e8e52eda2f2a5a49163144a2509768
parent0fff92d578055d43d2e8f812c1d8d50b15b77943
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