Is this logical? - Mailing list pgsql-general

From Behrang Saeedzadeh
Subject Is this logical?
Date
Msg-id 2991d56c0609091442x7a8772f3o178f4218ee88b0ba@mail.gmail.com
Whole thread Raw
Responses Re: Is this logical?  (Ron Johnson <ron.l.johnson@cox.net>)
Re: Is this logical?  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-general
Hi,

Shouldn't this create statement trigger an error?

  create table bar (col1 int not null default null);

Shouldn't I be forbidden to insert null values into a non null column?

Regards,
Behi

--
"We can only see a short distance ahead,
but we can see plenty there
that needs to be done." - Alan Turing

"Science is a differential equation. Religion
is a boundary condition" - Alan Turing

Behrang Saeedzadeh
http://www.jroller.com/page/behrangsa
http://my.opera.com/behrangsa

pgsql-general by date:

Previous
From: "Peter L. Berghold"
Date:
Subject: Idle in transaction state.
Next
From: Ron Johnson
Date:
Subject: Re: Is this logical?