pgsql/contrib/dblink README.dblink dblink.c db ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/contrib/dblink README.dblink dblink.c db ...
Date: 2002-04-24 02:28:28
Message-ID: 20020424022828.B5861474E6D@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/04/23 22:28:28

Modified files:
contrib/dblink : README.dblink dblink.c dblink.h dblink.sql.in

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-04-24 02:30:53 pgsql/src/interfaces/jdbc/org/postgresql error ...
Previous Message Bruce Momjian - CVS 2002-04-24 02:26:06 pgsql/src include/pg_config.h.win32 interfaces ...