Re: BUG #5053: domain constraints still leak

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: BUG #5053: domain constraints still leak
Дата
Msg-id 4AAE20CF020000250002AEFA@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: BUG #5053: domain constraints still leak  (Sam Mason <sam@samason.me.uk>)
Ответы Re: BUG #5053: domain constraints still leak  (Sam Mason <sam@samason.me.uk>)
Список 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 по дате отправления:

Предыдущее
От: Sam Mason
Дата:
Сообщение: Re: BUG #5053: domain constraints still leak
Следующее
От: Sam Mason
Дата:
Сообщение: Re: BUG #5053: domain constraints still leak