Sam Mason <s...@samason.me.uk> wrote:
 
> the deeper problem seems to be that the table was created as:
> 
>   create table test (a tstdom);
> 
> and not as:
> 
>   create table test (a tstdom not null);
 
Given that tstdom is declared as NOT NULL, is this difference
considered a *feature* or is it an implementation quirk?
 
-Kevin

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to