I am working with python.
I have a field with \"text\" datatype in postgres. Whenever I try to save a very large string, it throws internal error in python, but if I sa
From the manual:
In any case, the longest possible character string that can be stored is about 1 GB.