I want to know what\'s the equivalent of Long data type in PostgreSQL?
Long
Should be a bigint
bigint 8 bytes large-range integer -9223372036854775808 to 9223372036854775807
From here: http://www.postgresql.org/docs/current/interactive/datatype-numeric.html