Re: Type casting bug in 8.1.[67]?

Поиск
Список
Период
Сортировка
От Michael Paesold
Тема Re: Type casting bug in 8.1.[67]?
Дата
Msg-id 45C8D14A.90502@gmx.at
обсуждение исходный текст
Ответ на Re: Type casting bug in 8.1.[67]?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Michael Paesold <mpaesold@gmx.at> writes:
>> after upgrading from 8.1.5 to 8.1.7, I got errors in the server log when 
>> updating decimal values using string constants.
> 
> Have you got a constraint or functional index on that column?

Yes.

Check constraints:    "tc_reminder_charges" CHECK (reminder_charges >= 0::numeric)

As I read from your other post, you already figured that the issue is 
related to check constraints (or functional indexes).

Best Regards,
Michael Paesold


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Ooops ... seems we need a re-release pronto
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Ooops ... seems we need a re-release pronto