OSDN Git Service

Fix ALTER TABLE ADD COLUMN so that constraints of domain types are
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Jan 2005 23:21:57 +0000 (23:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Jan 2005 23:21:57 +0000 (23:21 +0000)
commitbeaf5ae623f9dd323da095fb65c74768ebc8afc5
tree043a8b654c2388bda4ac1b6220c5666cb80a2549
parentad538d8bcd882f04ac1faa35ba2924ddbe9ffed3
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