grant wrote:
> You could fake some of this (select only) by using the dblink stuff in
> contrib..... You could link back to yourself and make it work. Maybe if
> you REALLY need it, you could modify dblink to allow updates as well as
> selects. If you really need it that bad, you have the source, write it.
dblink in cvs will work on 7.2.x and supports UPDATE/INSERT/DELETE.
Joe