Re: Out of free buffers... HELP! - Mailing list pgsql-sql

From Diehl, Jeffrey
Subject Re: Out of free buffers... HELP!
Date
Msg-id B51F0C636E578A4E832D3958690CD73E0130C035@es04snlnt
Whole thread Raw
In response to Out of free buffers... HELP!  ("Diehl, Jeffrey" <jdiehl@sandia.gov>)
Responses Re: Out of free buffers... HELP!
Re: Out of free buffers... HELP!
Re: Out of free buffers... HELP!
Re: Out of free buffers... HELP!
List pgsql-sql
Hi all.

I sent this once before, but didn't see it appear on the list...  So here we
go again...

I have a large query that I'm trying to run, but it never finishes.  I
get an error message and it quits.

I'm doing:

psql ids -c 'select src,dst,count(*) from brick* where src_port=135
group by src,dst' > /tmp/135.dat

and I get:

ERROR:  out of free buffers: time to abort !

Any ideas on how to get this query to run?

Thanx,
Mike Diehl.



pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: Checking for table existence
Next
From: Haller Christoph
Date:
Subject: Re: How to see the definition of an existing table?