Re: Fatal Error : Invalid Memory alloc request size 1236252631

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sai Teja <saitejasaichintalapudi(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Fatal Error : Invalid Memory alloc request size 1236252631
Date: 2023-08-15 03:23:15
Message-ID: 1022628.1692069795@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sai Teja <saitejasaichintalapudi(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jason Long 2023-08-15 07:23:42 PostgreSQL and local HDD
Previous Message Sai Teja 2023-08-15 03:04:20 Re: Fatal Error : Invalid Memory alloc request size 1236252631