ERROR: invalid option "use_remote_estimate" - Mailing list pgsql-hackers

From Jov
Subject ERROR: invalid option "use_remote_estimate"
Date
Msg-id CADyrUxOWXZPG1DB34UvawR=VnQYHU72SheD_q8ZhOyie0ppLWQ@mail.gmail.com
Whole thread Raw
Responses Re: ERROR: invalid option "use_remote_estimate"
List 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

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Materialized views WIP patch
Next
From: Jov
Date:
Subject: make: *** pg_xlogdump: No such file or directory. Stop.