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 769f822 commit d031421Copy full SHA for d031421
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