Unbreak the regression tests from my previous commit
authorMagnus Hagander <[email protected]>
Thu, 5 May 2011 21:00:31 +0000 (23:00 +0200)
committerMagnus Hagander <[email protected]>
Thu, 5 May 2011 21:02:03 +0000 (23:02 +0200)
src/test/regress/expected/foreign_data.out

index 0dc7d045c7c033c265cb4c98c18c2734825f9551..e18eed8c1cf04ffc3988fda27d25ea492139f1e9 100644 (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