Re: Vacuum error message

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Raymond McKolay" <RMcKolay(at)brittenbanners(dot)com>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Vacuum error message
Date: 2012-08-17 18:41:33
Message-ID: 502E4A0D0200002500049887@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Raymond McKolay <RMcKolay(at)brittenbanners(dot)com> wrote:

> I am new to postgresql and hope this is the correct list to mail
> to.

Sure! pgsql-general would work, too, but here is fine.

> I have a DB that is out of control huge

Meaning what? Could you give that in MB, GB, or TB? What is out
of control about it?

> I tried running a Vacuum on it and received the following error
> Error: could not read block 512591 of relation 1663/16396/16768:
> Result too large

We need more information, especially PostgreSQL version number.
Please post the results of running this query:

http://wiki.postgresql.org/wiki/Server_Configuration

> Any ideas on what this error message means and how I could
> successfully vacuum the DB?

I can't find this error, as you have shown it, in current sources --
so I can't check on what could cause it. Please double-check that
it matches *exactly* with the message you received, and with a
version number we should be able to track that down. Oh, and that
last part of the message probably came from the OS, so knowing
exactly what that is might help.

-Kevin

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2012-08-17 18:47:00 Re: Vacuum error message
Previous Message Raymond McKolay 2012-08-17 17:45:05 Vacuum error message