Re: Foreign table feedback

From: Thom Brown <thom(at)linux(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Foreign table feedback
Date: 2013-03-14 20:37:18
Message-ID: CAA-aLv5_ydV_cL-9Rwh87X0V0s7hCffu8y3wRapyr=UQrg_TxQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 14 March 2013 20:32, Josh Berkus <josh(at)agliodbs(dot)com> wrote:
>
>> 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.
>
> As long as we can prevent such a loop from crashing Postgres.

It won't, or at least it really shouldn't. It'll just take up all
connections until that session ends.

--
Thom

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Farina 2013-03-14 21:27:04 Re: postgres_fdw vs data formatting GUCs (was Re: [v9.3] writable foreign tables)
Previous Message Josh Berkus 2013-03-14 20:32:10 Re: Foreign table feedback