Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure that
Neil Conway <neilc@samurai.com>
Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure that constraints on domain types are properly enforced, even if the newly added column has no default value. Per bug #1433.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/domain.out | modified | +14 −0 |
| src/test/regress/sql/domain.sql | modified | +18 −0 |