Re: [pgsql-advocacy] MySQL to PostgreSQL, was ENUM type

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: [pgsql-advocacy] MySQL to PostgreSQL, was ENUM type
Дата
Msg-id 42E84FE9.9020705@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: [pgsql-advocacy] MySQL to PostgreSQL, was ENUM type  (Gregory Youngblood <pgcluster@netio.org>)
Список pgsql-general
> I think one of the more difficult areas will be to convert unsigned
> fields from mysql into postgres. For smaller sizes it is possible to
> convert to postgres by moving one size up and using constraints to
> restrict numbers to be positive, and possibly within the mysql range
> too. But, the problem is unsigned bigint in mysql to postgresql.
> There's not another larger integer size that can be used that would
> allow the 18446744073709551615 (is that the max value?) max value
> available in mysql. Or am I missing something?

You'd just issue a warning...


В списке pgsql-general по дате отправления:

Предыдущее
От: Gregory Youngblood
Дата:
Сообщение: Re: [pgsql-advocacy] MySQL to PostgreSQL, was ENUM type
Следующее
От: Tony Caduto
Дата:
Сообщение: Re: GUID for postgreSQL