Maximum size of “TEXT” datatype in postgresql

前端 未结 1 818
温柔的废话
温柔的废话 2021-02-03 19:19

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

相关标签:
1条回答
  • 2021-02-03 19:51

    From the manual:

    In any case, the longest possible character string that can be stored is about 1 GB.

    0 讨论(0)
提交回复
热议问题