use_remote_explain missing in docs of postgres_fdw

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: use_remote_explain missing in docs of postgres_fdw
Date: 2013-02-22 02:11:18
Message-ID: CAB7nPqTv-H0agqBaon=tFGWDS9m3TtS465c_aif711hMuFWsqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

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

postgres=# CREATE FOREIGN TABLE foo (a int, b int) server postgres_server
options (table_name 'aa', foo 'true');
ERROR: invalid option "foo"
HINT: Valid options in this context are: schema_name, table_name,
use_remote_explain

Regards,
--
Michael

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2013-02-22 04:48:44 OSSP UUID present but cannot be compiled
Previous Message Michael Paquier 2013-02-22 00:13:53 Re: 9.2.3 crashes during archive recovery