| От | 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 ?
|
| Список | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера