Re: FDW-based dblink (WIP) - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: FDW-based dblink (WIP)
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: FDW-based dblink (WIP)  (Tom Lane <[email protected]>)
Responses Re: FDW-based dblink (WIP)
List pgsql-hackers
2009/8/19 Tom Lane <[email protected]>:
> Itagaki Takahiro <[email protected]> writes:
>> Here is a WIP patch for a foreign data wrapper based dblink.
>> It integrates dblink module into core and adds a new functionality,
>> automatic transaction management.
>
> I don't believe there is any consensus for integrating dblink into core,
> and I for one will resist that strongly.  Keep it in contrib.

if integration means, so I could to write query like

SELECT * FROM otherdatabase.schema.table ....
UPDATE otherdb.table SET ...

I am for integration.

regards
Pavel Stehule
>
>                        regards, tom lane
>
> --
> Sent via pgsql-hackers mailing list ([email protected])
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: FDW-based dblink (WIP)
Next
From: Tom Lane
Date:
Subject: Re: FDW-based dblink (WIP)