FDW table hints

Поиск
Список
Период
Сортировка
Искать
От
Magnus Hagander
Тема
FDW table hints
Дата
в 16:27:28
Msg-id
BANLkTin5pM7fuFhv4AacVp-AWe1ygjnzYA@mail.gmail.com
Список
Дерево обсуждения
FDW table hints Magnus Hagander <magnus@hagander.net>
Re: FDW table hints David Fetter <david@fetter.org>
Re: FDW table hints Magnus Hagander <magnus@hagander.net>
Re: FDW table hints Susanne Ebrecht <susanne@2ndQuadrant.com>
Re: FDW table hints Dave Page <dpage@pgadmin.org>
Re: FDW table hints Tom Lane <tgl@sss.pgh.pa.us>
Re: FDW table hints Magnus Hagander <magnus@hagander.net>
Re: FDW table hints Tom Lane <tgl@sss.pgh.pa.us>
Re: FDW table hints Magnus Hagander <magnus@hagander.net>
Re: FDW table hints Magnus Hagander <magnus@hagander.net>
Re: FDW table hints David Fetter <david@fetter.org>
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
Дата:
От: Merlin Moncure
Дата:
FAQ