contrib/dblink update

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: contrib/dblink update
Date: 2002-04-15 04:13:40
Message-ID: 3CBA5374.1010400@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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?

Thanks,

Joe

Attachment Content-Type Size
dblink.0.4.patch text/plain 54.6 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-04-15 04:13:46 Re: [PATCHES] ANSI Compliant Inserts
Previous Message Bruce Momjian 2002-04-15 04:11:34 Re: [PATCHES] ANSI Compliant Inserts