A numeric constant in this line cannot be processed. Check the digits and punctuation of all literal numbers; for example, make sure that you have not typed a letter for a digit. No number can have more than 50 digits. Depending on the context, numbers might be restricted to one of three ranges.
SMALLINT:
absolute value not exceeding 32,767
INTEGER:
absolute value not exceeding 2,147,483,647
DECIMAL:
absolute value from 10 to the 130th power through 10 to the 124th power
BIGINT/INT8/SERIAL8 :
absolute value from -9,223,372,036,854,775,807 to +9,223,372,036,854,775,807