Sai Teja <saitejasaichintalap...@gmail.com> writes: > I got to know the field size limit for the bytea datatype column is limited > to 1 GB in postgreSQL. Then how can we increase this?
You can't. That limit is wired-in in many ways. Think about how to split your data across multiple table rows. regards, tom lane