Re: ecpg help with 7.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ecpg help with 7.3
Дата
Msg-id 21384.1043829700@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ecpg help with 7.3  ("Sid" <sbhatt@installs.com>)
Список pgsql-general
"Sid" <sbhatt@installs.com> writes:
> Cannot Insert in table xyz(-400):50 'ERROR: pg_atoi: zero-length string'
> my first guess was that there was a zero length string (NULL) being inserted
> in the table...

A zero-length string is not a NULL (even if Oracle can't tell the
difference).

Before 7.3, pg_atoi (the integer datatype's input converter) would
sloppily accept a zero-length string as meaning 0 (not NULL).  We
fixed that ...

            regards, tom lane

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

Предыдущее
От: "Enrico Comini"
Дата:
Сообщение: 7.3.1 Binary RPM
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: tsearch comments