Re: [GENERAL] bytea size limit?

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: [GENERAL] bytea size limit?
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C202F76305@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на bytea size limit?  (paulo matadr <saddoness@yahoo.com.br>)
Список 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 по дате отправления:

Предыдущее
От: Vladimir Rusinov
Дата:
Сообщение: Re: PostgreSQL monitoring
Следующее
От: Jaume Sabater
Дата:
Сообщение: Re: PostgreSQL monitoring