comp.databases.postgresql.general

From: ceco(at)noxis(dot)net (ceco)
To: pgsql-general(at)postgresql(dot)org
Subject: comp.databases.postgresql.general
Date: 2002-07-16 14:12:52
Message-ID: 533d2efe.0207160612.1c7a7d2b@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2002-07-16 14:17:05 Re: replication status
Previous Message Neil Conway 2002-07-16 13:59:16 Re: sequence id