]> granicus.if.org Git - postgresql/commit
Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure that
authorNeil Conway <neilc@samurai.com>
Tue, 25 Jan 2005 03:22:19 +0000 (03:22 +0000)
committerNeil Conway <neilc@samurai.com>
Tue, 25 Jan 2005 03:22:19 +0000 (03:22 +0000)
commit4405e74355733075759b9a3f1c5696897c3c55c5
treefcaa0f42339026d8a5762ed0af2a7936e7d414e3
parentbeaf5ae623f9dd323da095fb65c74768ebc8afc5
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.
src/test/regress/expected/domain.out
src/test/regress/sql/domain.sql