comp.databases.postgresql.general

Поиск
Список
Период
Сортировка
От ceco@noxis.net (ceco)
Тема comp.databases.postgresql.general
Дата
Msg-id 533d2efe.0207160612.1c7a7d2b@posting.google.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: pgsql-general@mail.commandprompt.com
Дата:
Сообщение: Re: multiple version running
Следующее
От: Cyrill Polikarpov
Дата:
Сообщение: User's management