Re: null values in non-nullable column - Mailing list pgsql-sql

From Tom Lane
Subject Re: null values in non-nullable column
Date
Msg-id 25943.1165287166@sss.pgh.pa.us
Whole thread Raw
In response to null values in non-nullable column  ("George Pavlov" <gpavlov@mynewplace.com>)
Responses Re: null values in non-nullable column  (Michael Glaesemann <grzm@seespotcode.net>)
List pgsql-sql
"George Pavlov" <gpavlov@mynewplace.com> writes:
> -- this creates a table with a not-nullable column (datatype 
> -- inherited from the original table) which contains nulls;

Hm.  Arguably we should discard domain-ness in any SELECT result,
but I'm sure some people would complain about that ...
        regards, tom lane


pgsql-sql by date:

Previous
From: "George Pavlov"
Date:
Subject: null values in non-nullable column
Next
From: Michael Glaesemann
Date:
Subject: Re: null values in non-nullable column