greetings all i want to know what's equivalent to Long data type in postgresql which i can retrieve in a long variable.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
According to the docs it looks like |
|||
|
|
|
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 |
|||||
|