Re: FDW for PostgreSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: FDW for PostgreSQL
Дата
Msg-id 26146.1361460652@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: FDW for PostgreSQL  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> Sure, it might fail if you use READ ONLY explicitly. Or the code might
> check it. The point is that one might not have choice about the READ
> ONLY state of the local transaction if its a HS standby as all
> transactions are READ ONLY there.

[ shrug... ]  If you want to use a remote DB to cheat on READ ONLY,
there's always dblink.  It's not apparent to me that the FDW
implementation should try to be complicit in such cheating.
(Not that it would work anyway given the command-level checks.)
        regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: FDW for PostgreSQL
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: Materialized views WIP patch