Re: BUG #5053: domain constraints still leak

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-bugs(at)postgresql(dot)org>,"Sam Mason" <sam(at)samason(dot)me(dot)uk>
Subject: Re: BUG #5053: domain constraints still leak
Date: 2009-09-14 15:54:07
Message-ID: 4AAE20CF020000250002AEFA@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Sam Mason <sam(at)samason(dot)me(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sam Mason 2009-09-14 15:58:50 Re: BUG #5053: domain constraints still leak
Previous Message Sam Mason 2009-09-14 15:52:46 Re: BUG #5053: domain constraints still leak

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2009-09-14 15:56:56 Re: [PATCH] 8.5 plpgsql change for named notation: treat word following AS keyword as label v3
Previous Message Sam Mason 2009-09-14 15:52:46 Re: BUG #5053: domain constraints still leak