After playing with some big SQLs for testing, I came to feel that
showing every remote query in EXPLAIN output is annoying, especially
when SELECT * is unfolded to long column list.

AFAIK no plan node shows so many information in a line, so I'm
inclined to make postgres_fdw to show it only when VERBOSE was
specified.  This would make EXPLAIN output easy to read, even if many
foreign tables are used in a query.

Thoughts?

-- 
Shigeru HANADA

Reply via email to