We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24181b commit 27525b1Copy full SHA for 27525b1
src/test/regress/expected/foreign_data.out
@@ -670,7 +670,7 @@ Has OIDs: no
670
(1 row)
671
672
CREATE INDEX id_ft1_c2 ON ft1 (c2); -- ERROR
673
-ERROR: "ft1" is not a table
+ERROR: cannot create index on foreign table "ft1"
674
SELECT * FROM ft1; -- ERROR
675
ERROR: foreign-data wrapper "dummy" has no handler
676
EXPLAIN SELECT * FROM ft1; -- ERROR
0 commit comments