What PostgreSQL column type should I use to store a Java BigDecimal?
Just use the Java mappings for the common SQL data types. In this case you can use a NUMERIC or DECIMAL.