Re: out of memory error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Geoffrey Myers <geof(at)serioustechnology(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: out of memory error
Date: 2011-07-05 15:05:20
Message-ID: 3004.1309878320@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Geoffrey Myers <geof(at)serioustechnology(dot)com> writes:
> Geoffrey Myers wrote:
>> out of memory for query result

> One other note that is bothering me. There is no reference in the log
> regarding the out of memory error. Should that not also show up in the
> associated database log?

Not if it's a client-side error.

(Which a quick grep through the PG source code says it is ...)

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Geoffrey Myers 2011-07-05 15:12:29 Re: out of memory error
Previous Message Jonathan Brinkman 2011-07-05 14:48:09 Re: Read MS-SQL data into Postgres via ODBC link?