These patches should fix check constraints not inheriting
Bruce Momjian <bruce@momjian.us>
These patches should fix check constraints not inheriting when added by alter table add constraint. The first file patches backend/commands/command.c and the latter is a patch to the alter table regression test. Stephan Szabo
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/command.c | modified | +32 −1 |
| src/test/regress/expected/alter_table.out | modified | +73 −0 |
| src/test/regress/sql/alter_table.sql | modified | +75 −0 |