Re: maxint reached? - Mailing list pgsql-hackers

From Daniel Kalchev
Subject Re: maxint reached?
Date
Msg-id 200204030709.g3379Yu05264@dcave.digsys.bg
Whole thread Raw
In response to Re: maxint reached?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: maxint reached?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
>>>Tom Lane said:> Daniel Kalchev <daniel@digsys.bg> writes:> > So in essence this means that my best bet is to again
dump/reloadthe > > database...> > Either that or fix your queries to cast the literals explicitly.
 

There is more to it:

customer=# select max(oid) from croute;    max     
--------------2144025472
(1 row)

How to handle this?

Daniel



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_temp.XX.0
Next
From: Daniel Kalchev
Date:
Subject: Re: maxint reached?