Re: CTAS not honoring NOT NULL, DEFAULT modifiers

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: CTAS not honoring NOT NULL, DEFAULT modifiers
Дата
Msg-id 201004201517.o3KFHFd19393@momjian.us
обсуждение исходный текст
Ответ на Re: CTAS not honoring NOT NULL, DEFAULT modifiers  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: CTAS not honoring NOT NULL, DEFAULT modifiers
Список pgsql-hackers
Tom Lane wrote:
> Nikhil Sontakke <nikhil.sontakke@enterprisedb.com> writes:
> > I think the semantics should be pretty ok as is. But I saw another DB
> > honoring the NOT NULL modifiers and hence the wonder if there is
> > something about this in the standards.
> 
> Actually, SQL:2008 does say that if an output column of the SELECT is
> known not nullable, then the created table should have the NOT NULL
> property for that column.  We don't implement anything about "known not
> nullable", though, so I'd view this as a small part of an unimplemented
> SQL feature.  The usefulness seems rather debatable anyway.

It is supposed to inspect the underlying column or look at the data
values returned and set NOT NULL based on that?  The later seems weird.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: RPM script bug #5430
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CTAS not honoring NOT NULL, DEFAULT modifiers