use_remote_explain missing in docs of postgres_fdw - Mailing list pgsql-hackers

From Michael Paquier
Subject use_remote_explain missing in docs of postgres_fdw
Date
Msg-id CAB7nPqTv-H0agqBaon=tFGWDS9m3TtS465c_aif711hMuFWsqg@mail.gmail.com
Whole thread Raw
Responses Re: use_remote_explain missing in docs of postgres_fdw  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi all,<br /><br />While testing a bit this feature, I noticed that use_remote_explain is available in the list of
optionsfor FOREIGN TABLE and SERVER but this is not specified in the docs:<br /><a
href="http://www.postgresql.org/docs/devel/static/postgres-fdw.html"
target="_blank">http://www.postgresql.org/docs/devel/static/postgres-fdw.html</a><br/><br />postgres=# CREATE FOREIGN
TABLEfoo (a int, b int) server postgres_server options (table_name 'aa', foo 'true');<br />ERROR:  invalid option
"foo"<br/> HINT:  Valid options in this context are: schema_name, table_name, use_remote_explain<br /><br />Regards,<br
/>--<br />Michael<br /> 

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: 9.2.3 crashes during archive recovery
Next
From: "David E. Wheeler"
Date:
Subject: OSSP UUID present but cannot be compiled