Re: Memory usage and pg_dump - Mailing list pgsql-general

From Tom Lane
Subject Re: Memory usage and pg_dump
Date
Msg-id 4751.990471325@sss.pgh.pa.us
Whole thread Raw
In response to Memory usage and pg_dump  (Patrick Welche <prlw1@newn.cam.ac.uk>)
List pgsql-general
Patrick Welche <prlw1@newn.cam.ac.uk> writes:
> Anyway, any idea why the behaviour is so different, and how I might tinker
> with the schema?

-D does a SELECT not a COPY, so pg_dump has to buffer the whole contents
of a table when you do that.  Consider increasing your kernel limit on
process size.

            regards, tom lane

pgsql-general by date:

Previous
From: dave go
Date:
Subject: Select statement
Next
From: Tom Lane
Date:
Subject: Re: psql shell problem