postgres FDW cost estimation options unrecognized in 9.3-beta1

From: Lonni J Friedman <netllama(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: postgres FDW cost estimation options unrecognized in 9.3-beta1
Date: 2013-07-26 17:40:34
Message-ID: CAP=oouH6GgA-LBwff+S4xNy+D3muWS5Fjagc8C8hzy8AuptsjA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim Spencer 2013-07-26 17:42:58 Re: how _not_ to log?
Previous Message Merlin Moncure 2013-07-26 16:10:57 Re: REPLICATION Stopped abruptly

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2013-07-26 17:45:25 Re: getting rid of SnapshotNow
Previous Message Bruce Momjian 2013-07-26 17:31:45 Re: pg_upgrade -j broken on Windows