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:22:16
Message-ID: 20050124232216.D04163A5700@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.

Tags:
----
REL8_0_STABLE

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

Browse pgsql-committers by date

  From Date Subject
Next Message Darcy Buskermolen 2005-01-25 00:36:31 Re: [COMMITTERS] pgsql: Disallow LOAD to non-superusers.
Previous Message Tom Lane 2005-01-24 23:21:59 pgsql: Fix ALTER TABLE ADD COLUMN so that constraints of domain types