Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure that

Neil Conway <neilc@samurai.com>

Commit: 4405e74355733075759b9a3f1c5696897c3c55c5
Author: Neil Conway <neilc@samurai.com>
Date: 2005-01-25T03:22:19Z
Releases: 8.1.0
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

PathChange+/−
src/test/regress/expected/domain.out modified +14 −0
src/test/regress/sql/domain.sql modified +18 −0