From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | FDW table hints |
Date: | 2011-05-02 19:27:08 |
Message-ID: | BANLkTin5pM7fuFhv4AacVp-AWe1ygjnzYA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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/
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2011-05-02 19:38:44 | Re: Bad COMPACT_ALLOC_CHUNK size in tsearch/spell.c? |
Previous Message | Dickson S. Guedes | 2011-05-02 19:23:38 | Re: A small step towards more organized beta testing |