Unbreak the regression tests from my previous commit

This commit is contained in:
Magnus Hagander 2011-05-05 23:00:31 +02:00
parent b24181b26f
commit 27525b1831
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ Has OIDs: no
(1 row)
CREATE INDEX id_ft1_c2 ON ft1 (c2); -- ERROR
ERROR: "ft1" is not a table
ERROR: cannot create index on foreign table "ft1"
SELECT * FROM ft1; -- ERROR
ERROR: foreign-data wrapper "dummy" has no handler
EXPLAIN SELECT * FROM ft1; -- ERROR