If you were to log in, you'd be able to get more information on your fellow community member.
PostgreSQL does support arbitrarily long text fields, I have been using it at least since the 7.3 (probably 7.2) days:
SELECT length(nota) as size from articulo order by size desc;
size
-------
70720
56067
38961
34634
33388
(...)