two questions:
- Why the length of the int4 type of postgresql can reach 10 bits, but it is set to 32 bits in the attribute The int4 type length of
- postgresql is set to 32 bits by default, so why can"t it be modified? it is still 32 bits after modification
screenshot:
this is the data attribute of int4 in the table structure
1132
10
11