]> granicus.if.org Git - postgresql/commit
Fix ALTER TABLE ADD COLUMN so that constraints of domain types are
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Jan 2005 23:22:13 +0000 (23:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Jan 2005 23:22:13 +0000 (23:22 +0000)
commit56915ea29622e85b296b65e2fd6fd164c5bfd5d6
treea1809626e9e928b4292e3d3b511226a41a37c1b3
parent49b35eb14b7b3df8c550bc4638856a4f79769d9c
Fix ALTER TABLE ADD COLUMN so that constraints of domain types are
enforced properly when there is no explicit default value for the new
column.  Per report from Craig Perras.
src/backend/commands/tablecmds.c
src/backend/commands/typecmds.c