Re: Foreign table feedback

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Foreign table feedback
Дата
Msg-id 28384.1363270483@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Foreign table feedback  (Thom Brown <thom@linux.com>)
Ответы Re: Foreign table feedback  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Thom Brown <thom@linux.com> writes:
> Is there a way to ensure we don't end up with a foreign table feedback loop?

Yeah, I've run into that too :-(.  I'm not sure how big a deal it is for
real-world use, but certainly the "loopback" server the postgres_fdw
regression test sets up is rather risky.

But I don't really want to disallow chains of foreign tables, so it's
hard to see how to prevent it without breaking possibly-useful cases.
        regards, tom lane



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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Foreign table feedback
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Identity projection