ERROR: invalid option "use_remote_estimate"

From: Jov <amutu(at)amutu(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: ERROR: invalid option "use_remote_estimate"
Date: 2013-02-23 16:33:50
Message-ID: CADyrUxOWXZPG1DB34UvawR=VnQYHU72SheD_q8ZhOyie0ppLWQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I test the postgresql_fdw extension,every thing is fine but when I add the
remote estimate option I get a error:

postgres=# alter foreign table test options (add use_remote_estimate
'true');
ERROR: invalid option "*use_remote_estimate*"
HINT: Valid options in this context are: schema_name, table_name, *
use_remote_explain*

regards,
--
Jov
blog: http:amutu.com/blog <http://amutu.com/blog>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jov 2013-02-23 17:00:45 make: *** pg_xlogdump: No such file or directory. Stop.
Previous Message Jeff Janes 2013-02-23 16:10:36 Re: autoanalyze criteria