Re: [GENERAL] bytea size limit? - Mailing list pgsql-admin

From Albe Laurenz
Subject Re: [GENERAL] bytea size limit?
Date
Msg-id D960CB61B694CF459DCFB4B0128514C202F76305@exadv11.host.magwien.gv.at
Whole thread Raw
In response to bytea size limit?  (paulo matadr <saddoness@yahoo.com.br>)
List pgsql-admin
paulo matadr wrote:
> I everyone, need help!!!
> My aplication return erro:
> 
> 2009-01-20 10:22:03,264 INFO  [STDOUT] Caused by: org.postgresql.util.
> PSQLException: ERROR: invalid memory alloc request size 1705447581
> 
> 
>  TABLE batch.relatorio_gerado 
> 
>   rege_id integer NOT NULL,
>   fuin_id integer NOT NULL,
>   rela_id integer NOT NULL,
>   rege_tmultimaalteracao timestamp without time zone NOT NULL DEFAULT now(),
>   rege_nnpaginas integer NOT NULL,
>   rege_binario bytea,
>   rege_pdf bytea
> 
> I get this erro above  refers the column "rege_pdf bytea"   , 
> when try generate report in pdf.

What are you doing in terms of SQL?
INSERT, UPDATE, DELETE?

How big are the binary objects involved?

What are the values of the database parameters shared_buffers and work_mem?

Yours,
Laurenz Albe

pgsql-admin by date:

Previous
From: Vladimir Rusinov
Date:
Subject: Re: PostgreSQL monitoring
Next
From: Jaume Sabater
Date:
Subject: Re: PostgreSQL monitoring