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 > -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
