Closed mjr6140 closed 7 years ago
This was manifesting on a table that inherited a column from a parent then set it to not null in the pg_dump via:
ALTER TABLE ONLY table_name ALTER COLUMN inherited_column_name SET NOT NULL;
This change makes this parse successfully.
Looks safe. Can we get a second opinion? Someone commit to pulling this down and trying it out?
Merging this. We'll fix anything that comes up. Thanks for your hard work.
This was manifesting on a table that inherited a column from a parent then set it to not null in the pg_dump via:
ALTER TABLE ONLY table_name ALTER COLUMN inherited_column_name SET NOT NULL;
This change makes this parse successfully.