Re: [SQL] more info on ..out of memory error on dumping over 1,000,000 to file - Mailing list pgsql-sql

From Clayton Cottingham
Subject Re: [SQL] more info on ..out of memory error on dumping over 1,000,000 to file
Date
Msg-id 37C45A55.ABCADAF9@smartt.com
Whole thread Raw
In response to out of memory error on dumping over 1,000,000 to file  (Clayton Cottingham <drfrog@smartt.com>)
List pgsql-sql
Clayton Cottingham wrote:

> i keep gettin' out of memory errors when running this type of command on
> my tables
>
> psql database -c "select column1,column2 from table;" > 2columnsout
>
> the reason im doing it this way is to just retrieve two columns, is
> there as another way to do this ? i looked at the -o filename option,it
> still produced the same error!?
>
> possible something to add to pg_dump? the ability to dump certain
> columns?
>
> ************

it seems the dump stops at approx the half way point
this happens even on a limited selectect

as
if table has 1 mill rows
select * from table limit 500000,75000;

it would produce an out of memory

has anyone else experienced this?

my hardware/os is k166 w 64mb ram
running on linux kernel 2.3.2 and glibc2.1






pgsql-sql by date:

Previous
From: "tjk@tksoft.com"
Date:
Subject: Re: [SQL] harddisk crash
Next
From: Hector M Banda
Date:
Subject: OT: Pros and cons about using POSTGRESQL and MYSQL