Re: Error when inserting data

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error when inserting data
Дата
Msg-id 17492.1110039264@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error when inserting data  (postgresql@thomasbache.de)
Список pgsql-odbc
postgresql@thomasbache.de writes:
> ERROR: 22003: integer out of range
> LOCATION:  int84,  int8.c:947

So this is complaining about something that was initially an int8,
which is to say none of the stuff you've shown us, except possibly
the serial column (could the serial counter have exceeded 2^31?).

> The interesting part of the table-definition is

I think the problem is probably buried in something you didn't
show us, eg a default for one of the other columns.

            regards, tom lane

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

Предыдущее
От: postgresql@thomasbache.de
Дата:
Сообщение: Error when inserting data
Следующее
От: postgresql@thomasbache.de
Дата:
Сообщение: Re: Error when inserting data