On 14 March 2013 20:32, Josh Berkus <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
