Re: Error when inserting data

From: postgresql(at)thomasbache(dot)de
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Error when inserting data
Date: 2005-03-05 17:33:52
Message-ID: 20050305173352.EB2406EC374@mx01.asacom.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> 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?).

Gee, thanks a lot for the hint! The sequence causes this overflow ... I
didn't think of it.

You saved my weekend!

Thanks again,
Thomas Bache

Browse pgsql-odbc by date

  From Date Subject
Next Message Peter Bense 2005-03-05 18:19:48 Re: #Deleted strikes again
Previous Message Tom Lane 2005-03-05 16:14:24 Re: Error when inserting data