I have a users table with a primary key uid of data type bigint.
I don't understand why I get the error : "Minteger out of range" when trying to add a user with uid = 100000349053153.
This should work (according to the doc: http://www.postgresql.org/docs/8.3/static/datatype.html)