Re: zero-length string error ?

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: zero-length string error ?
Дата
Msg-id 20030611121124.GC2547@wolff.to
обсуждение исходный текст
Ответ на Re: zero-length string error ?  (Aarni <aarni.ruuhimaki@kymi.com>)
Ответы Re: zero-length string error ?  (Aarni <aarni.ruuhimaki@kymi.com>)
Список pgsql-novice
On Wed, Jun 11, 2003 at 12:54:32 +0300,
  Aarni <aarni.ruuhimaki@kymi.com> wrote:
> Solved with a little help of my friends.
>
> Not related to power failure or redo, but no more single or double quoted
> comparisons with int-types in your sql-statement after 7.3.x ?

Double quotes are used for quoting identifiers not data.

The error message you got is one that you get when you use an empty
string as the value for a number. Older (7.2.x I think) versions
of Postgres used to treat these as a representation for 0. Now you
get an error.

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

Предыдущее
От: "Duncan Adams (DNS)"
Дата:
Сообщение: Strange error in 7.3.1
Следующее
От: Aarni
Дата:
Сообщение: Re: zero-length string error ?