Re: ALTER TYPE ... USING(NULL) / NOT NULL violation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Alexander M(dot) Pravking" <fduch(at)antar(dot)bryansk(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: ALTER TYPE ... USING(NULL) / NOT NULL violation
Date: 2006-07-10 22:12:55
Message-ID: 3468.1152569575@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Alexander M. Pravking" <fduch(at)antar(dot)bryansk(dot)ru> writes:
> If a column type is being changed with USING (NULL) clause,
> NOT NULL constraint seems not to be checked:

I've committed patches for this. Thanks for the report.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message William ZHANG 2006-07-11 01:04:15 Re: BUG #2496: Troubles with fixed-point types (NUMERIC, DECIMAL, ...)
Previous Message Dirk Lutzebäck 2006-07-10 13:28:13 Re: partial indexes not used on parameterized queries?