Re: FDW-based dblink (WIP)

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: FDW-based dblink (WIP)
Дата
Msg-id 4A8C1923.8050200@enterprisedb.com
обсуждение исходный текст
Ответ на FDW-based dblink (WIP)  (Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-hackers
Itagaki Takahiro wrote:
> It integrates dblink module into core and adds a new functionality,
> automatic transaction management.

Why does it need to be integrated to core? I'd prefer to keep dblink out
of core, unless there's a reason.

> I want pretty much the automatic transaction management. It is useful to
> write applied modules like materialized-view-over-network. But it should
> be able to be turned off if we don't want it. I'll work on those parts next.

The transaction management is very unsafe as it is, for the reasons I
mentioned earlier.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: FDW-based dblink (WIP)
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: FDW-based dblink (WIP)