mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Unbreak the regression tests from my previous commit
This commit is contained in:
parent
b24181b26f
commit
27525b1831
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user