I wonder if the following data type is available INT1 (I am using the last version of Postgresql).
I will have about 90% of my database with numeric values of only 1 byte.
If it does not exist (according to what I read this is the case), is there a way to use another type with the same result ?
Thank you for your help !
GH