postgres FDW cost estimation options unrecognized in 9.3-beta1 - Mailing list pgsql-general

From Lonni J Friedman
Subject postgres FDW cost estimation options unrecognized in 9.3-beta1
Date
Msg-id CAP=oouH6GgA-LBwff+S4xNy+D3muWS5Fjagc8C8hzy8AuptsjA@mail.gmail.com
Whole thread Raw
Responses Re: postgres FDW cost estimation options unrecognized in 9.3-beta1  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: postgres FDW cost estimation options unrecognized in 9.3-beta1  (Giuseppe Broccolo <giuseppe.broccolo@2ndquadrant.it>)
List pgsql-general
Greetings,
I have a postgresql-9.3-beta1 cluster setup (from the
yum.postgresql.org RPMs), where I'm experimenting with the postgres
FDW extension.  The documentation (
http://www.postgresql.org/docs/9.3/static/postgres-fdw.html )
references three Cost Estimation Options which can be set for a
foreign table or a foreign server.  However when I attempt to set
them, I always get an error that the option is not found:
#######
nightly=# show SERVER_VERSION ;
 server_version
----------------
 9.3beta1

nightly=# \des+
                                                               List of
foreign servers
   Name    |   Owner   | Foreign-data wrapper | Access privileges |
Type | Version |
          FDW Options                    | Description
-----------+-----------+----------------------+-------------------+------+---------+----------
-----------------------------------------+-------------
 cuda_db10 | lfriedman | postgres_fdw         |                   |
  |         | (host 'cuda-db10', dbname 'nightly', port '5432') |
(1 row)

nightly=# ALTER SERVER cuda_db10 OPTIONS (SET use_remote_estimate 'true') ;
ERROR:  option "use_remote_estimate" not found
#######

Am I doing something wrong, or is this a bug?

thanks


pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: REPLICATION Stopped abruptly
Next
From: Tim Spencer
Date:
Subject: Re: how _not_ to log?