> -----Original Message-----
> From: Thom Brown [mailto:thombr...@gmail.com]
> Sent: 05 July 2010 12:40
> To: Zeeshan Ghalib
> Cc: pgsql-general@postgresql.org
> Subject: Re: [GENERAL] Out of memory on update of a single column table
> containg just one row.
> Hi Zeeshan,
>
> Which version of PostgreSQL are you using?  And are there any indexes,
> constraints or triggers on the table you're attempting to insert this
> data into?
>
> As for the maximum size of a text column, I believe it's 1GB.
>
> You may find this useful too:
> http://www.postgresql.org/docs/8.4/static/populate.html
>
> Thom
[Zeeshan]
Hello Thom,

Thanks for your email.  PostgreSQL version number is 8.4.4 running on Centos 
release 5.4 (Final)

There are no indexes, constraints or triggers on this table.

1 GB limit is fine, but it is giving the error on 700MB or so.  Plus, loading 
this kid of data will not be a one-time initial import.  We will do it, 
whenever we have to generate the XML and we generate

What we are planning to do this is on a regular basis for our XML feed 
generation.  We will put the whole XML into a TEXT column and then use the COPY 
command to create the file.

I am hoping that this is just a configuration problem and once the server is 
configured properly it will go away.  Am I right in my assumption or are these 
kind of out-of-memory errors common with PostgreSQL?

Thanks,

Zeeshan

This e-mail is confidential and should not be used by anyone who is not the 
original intended recipient. Global DataPoint Limited does not accept liability 
for any statements made which are clearly the sender's own and not expressly 
made on behalf of Global DataPoint Limited. No contracts may be concluded on 
behalf of Global DataPoint Limited by means of e-mail communication. Global 
DataPoint Limited Registered in England and Wales with registered number 
3739752 Registered Office Middlesex House, 34-42 Cleveland Street, London W1T 
4LB

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to