Re: ERROR: invalid option "use_remote_estimate"

From: Jov <amutu(at)amutu(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ERROR: invalid option "use_remote_estimate"
Date: 2013-02-24 01:11:46
Message-ID: CADyrUxPNF-LDazUz7B0F8oNmzOA1fGLbJAiRq3d4K37YPWX=Og@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

see tom's new commit:

> Rename postgres_fdw's use_remote_explain option to use_remote_estimate<http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=09a7cd409e762f0430a5d474f4d8d7c962369a8e>

I think the problem should be solved.

2013/2/24 Jov <amutu(at)amutu(dot)com>

> 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>
>

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2013-02-24 01:37:21 Re: Show type in psql SELECT
Previous Message David Fetter 2013-02-24 00:58:34 Re: Show type in psql SELECT