On Fri, Feb 22, 2013 at 5:13 PM, Tom Lane <[email protected]> wrote:
> Michael Paquier <[email protected]> writes: > > While testing a bit this feature, I noticed that use_remote_explain is > > available in the list of options for FOREIGN TABLE and SERVER but this is > > not specified in the docs: > > http://www.postgresql.org/docs/devel/static/postgres-fdw.html > > Wups ... for some reason it's "use_remote_estimate" in the docs. Thinko > on my part probably --- although on reflection, maybe that's a better > name anyway? > Indeed, use_remote_estimate is better. use_remote_explain makes it sound like an EXPLAIN query would be sent to remote server. That is at least the first impression I had when testing the feature without reading the docs. -- Michael
