FDW table hints

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема FDW table hints
Дата
Msg-id BANLkTin5pM7fuFhv4AacVp-AWe1ygjnzYA@mail.gmail.com
обсуждение исходный текст
Ответы Re: FDW table hints
Список pgsql-hackers
postgres=# DROP TABLE FOO;
ERROR:  "foo" is not a table
HINT:  Use DROP FOREIGN TABLE to remove a foreign table.
postgres=# CREATE INDEX baz ON foo(bar);
ERROR:  "foo" is not a table

To some, that would be confusing - foo kind of is a table, just a
different kind. Should we have some HINT on that one as well?

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


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

Предыдущее
От: "Dickson S. Guedes"
Дата:
Сообщение: Re: A small step towards more organized beta testing
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Bad COMPACT_ALLOC_CHUNK size in tsearch/spell.c?