Is there a way for me to find out the maximum size of the data allowed in a json or jsonb column in Aurora postgres?
I tried querying information_schema.columns for character_maximum_length field, but that just turns up empty.
Is there a way for me to find out the maximum size of the data allowed in a json or jsonb column in Aurora postgres?
I tried querying information_schema.columns for character_maximum_length field, but that just turns up empty.