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.
2 parents 596c2cb + d031421 commit 6d39009Copy full SHA for 6d39009
test/pg-cdc-old-syntax/alter-source.td
@@ -270,7 +270,6 @@ tb subsource
270
# If your schema change breaks the subsource, you can fix it.
271
$ postgres-execute connection=postgres://postgres:postgres@postgres
272
ALTER TABLE table_a DROP COLUMN f2;
273
-INSERT INTO table_a VALUES (3);
274
275
! SELECT * FROM table_a;
276
contains:incompatible schema change
0 commit comments