FDW table hints - Mailing list pgsql-hackers

From Magnus Hagander
Subject FDW table hints
Date
Msg-id BANLkTin5pM7fuFhv4AacVp-AWe1ygjnzYA@mail.gmail.com
Whole thread Raw
Responses Re: FDW table hints  (David Fetter <david@fetter.org>)
List 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 by date:

Previous
From: "Dickson S. Guedes"
Date:
Subject: Re: A small step towards more organized beta testing
Next
From: Merlin Moncure
Date:
Subject: Re: Bad COMPACT_ALLOC_CHUNK size in tsearch/spell.c?