Re: BUG #8132: Not Null column should set default value when inserting or setting null

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: BUG #8132: Not Null column should set default value when inserting or setting null
Дата
Msg-id klu2vk$pq1$1@ger.gmane.org
обсуждение исходный текст
Ответ на BUG #8132: Not Null column should set default value when inserting or setting null  (Hajo@Lemcke.com)
Список pgsql-bugs
Hajo@Lemcke.com wrote on 02.05.2013 10:18:
> I would like to have the default value replace a given null value if the
> column is specified with not null and default.
>
> The SQL specification only requires to set the default value when the column
> is omitted on insert or update.
>
> I think this is a flaw in the specification because it requires developers
> to create multiple statements for inserts and updates for all combinations
> of default not null columns.

You can use DEFAULT instead of NULL, no need to have different statements.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #8132: Not Null column should set default value when inserting or setting null
Следующее
От: Grégory Bellier
Дата:
Сообщение: After reboot some dll files are missing preventing PG to start