Re: ERROR: invalid option "use_remote_estimate"

Поиск
Список
Период
Сортировка
От Jov
Тема Re: ERROR: invalid option "use_remote_estimate"
Дата
Msg-id CADyrUxPNF-LDazUz7B0F8oNmzOA1fGLbJAiRq3d4K37YPWX=Og@mail.gmail.com
обсуждение исходный текст
Ответ на ERROR: invalid option "use_remote_estimate"  (Jov <amutu@amutu.com>)
Список pgsql-hackers
see tom's new commit:
Rename postgres_fdw's use_remote_explain option to use_remote_estimate

I think the problem should be solved.

2013/2/24 Jov <amutu@amutu.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



--
Jov

В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Show type in psql SELECT
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Show type in psql SELECT