Hi, ALL,According to https://www.postgresql.org/docs/9.1/datatype-numeric.html, thesmallest numeric type supports numbers from -32768 to 32767/
My data will be in a range of [0..4], and so I guess my DB table will wastespace, right?
Thank you.