Re: BUG #5053: domain constraints still leak - Mailing list pgsql-bugs

From Kevin Grittner
Subject Re: BUG #5053: domain constraints still leak
Date
Msg-id 4AAE20CF020000250002AEFA@gw.wicourts.gov
Whole thread Raw
In response to Re: BUG #5053: domain constraints still leak  (Sam Mason <sam@samason.me.uk>)
Responses Re: BUG #5053: domain constraints still leak  (Sam Mason <sam@samason.me.uk>)
List pgsql-bugs
Sam Mason <sam@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

pgsql-bugs by date:

Previous
From: Sam Mason
Date:
Subject: Re: BUG #5053: domain constraints still leak
Next
From: Sam Mason
Date:
Subject: Re: BUG #5053: domain constraints still leak