Re: Out of free buffers... HELP!

Поиск
Список
Период
Сортировка
От Diehl, Jeffrey
Тема Re: Out of free buffers... HELP!
Дата
Msg-id B51F0C636E578A4E832D3958690CD73E0130C035@es04snlnt
обсуждение исходный текст
Ответ на Out of free buffers... HELP!  ("Diehl, Jeffrey" <jdiehl@sandia.gov>)
Ответы Re: Out of free buffers... HELP!  (Haller Christoph <ch@rodos.fzk.de>)
Re: Out of free buffers... HELP!  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Out of free buffers... HELP!  (Kovacs Baldvin <kb136@hszk.bme.hu>)
Re: Out of free buffers... HELP!  ("Josh Berkus" <josh@agliodbs.com>)
Список 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 по дате отправления:

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: Checking for table existence
Следующее
От: Haller Christoph
Дата:
Сообщение: Re: How to see the definition of an existing table?