comp.databases.postgresql.general - Mailing list pgsql-general

From ceco@noxis.net (ceco)
Subject comp.databases.postgresql.general
Date
Msg-id 533d2efe.0207160612.1c7a7d2b@posting.google.com
Whole thread Raw
List pgsql-general
hallo,

i have the following problem: i migrate from mysql to postgresql, but
a problem arised when porting the data - there are int unsigned
fields, which i can't convert to postgre without using int8, because
there is data above 2^31 (and of course below 2^32) which fits in
mysql's int unsigned, but not in postgre's int4

(int8 is not applicable, because of the speed, and quite much code
have to ported so that the indexes to be used - i saw that problem in
the documentation)

any comments are welcome

pgsql-general by date:

Previous
From: pgsql-general@mail.commandprompt.com
Date:
Subject: Re: multiple version running
Next
From: Cyrill Polikarpov
Date:
Subject: User's management