pgsql: Fix ALTER TABLE ADD COLUMN so that constraints of domain types

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix ALTER TABLE ADD COLUMN so that constraints of domain types
Date: 2005-01-24 23:21:59
Message-ID: 20050124232159.CE7403A56FD@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/commands:
tablecmds.c (r1.142 -> r1.143)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c.diff?r1=1.142&r2=1.143)
typecmds.c (r1.65 -> r1.66)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/typecmds.c.diff?r1=1.65&r2=1.66)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-01-24 23:22:16 pgsql: Fix ALTER TABLE ADD COLUMN so that constraints of domain types
Previous Message User Dfetter 2005-01-24 18:04:13 dbi-link - dbi-link: Fixes for triggers & docs.