Don't understand error?

Поиск
Список
Период
Сортировка
От James David Smith
Тема Don't understand error?
Дата
Msg-id CAMu32ACDD1p=by0xoFiP=wgEa7wECAcHfbQyBY6X3rbEWm=cXQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Don't understand error?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hi everyone,

I'm working with a large spatial dataset at the moment. About 109m
rows. What I do is join some other tables to it, do some maths and
spatial joins, and then put the results into a new table (which is
therefore 109m rows too).

When I run my SQL for 50 people it's fine. 1 person is fine. A
thousand people it's fine. But when I try and run it for the whole
dataset I'm given this error:

ERROR: value out of range: underflow
****************Error *******************
Error: Value out of range: underflow
SQL state: 22003

I've looked this up, but I don't really get what it is saying. I'd
appreciate some advice? I was going to post my actual SQL code but
it's about 150 lines long and I wasn't sure it would be useful.

Thanks

James


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

Предыдущее
От: Brent Dombrowski
Дата:
Сообщение: Re: Variables inside PostgreSQL/PostGIS query in PHP file
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Don't understand error?