Gregory Youngblood <pgcluster@xxxxxxxxx> writes: > ... 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 have to translate that to NUMERIC, which would work but would take a bit of a performance hit ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org