Postgres documentation says: maximum field size is 1 GB. PostgreSQL: Documentation: 12: Appendix K. PostgreSQL Limits <https://www.postgresql.org/docs/12/limits.html>
So, how to find out the size of column to see how far it from the limit? Regards, David