Add value to error message when size extends

Поиск
Список
Период
Сортировка
От Maor Lipchuk
Тема Add value to error message when size extends
Дата
Msg-id 52DC020A.3000304@redhat.com
обсуждение исходный текст
Ответы Re: Add value to error message when size extends  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi all,

We have encountered an issue when executing an insert command,
when one of the values' length was bigger than the column size limitation.

the error message which been displayed was "value too long for type char..."
but there was no indication which value has exceeded the limited size.
(See bug #8880)

Attached is a WIP patch which attend to make the message clearer.

Regards,
Maor and Daniel

Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Deprecations in authentication
Следующее
От: Florian Pflug
Дата:
Сообщение: Re: [PATCH] Negative Transition Aggregate Functions (WIP)