Re: cache lookup failed for index

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Nathan Robertson <nathan(dot)robertson(at)gmail(dot)com>
Cc: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, pgsql-admin(at)postgresql(dot)org
Subject: Re: cache lookup failed for index
Date: 2010-06-30 17:04:59
Message-ID: 12643.1277917499@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Nathan Robertson <nathan(dot)robertson(at)gmail(dot)com> writes:
> OK, I ran:
> postgres -O -P -D /cluster/location

This probably connected to the postgres database, not webapp which is
where your problem is.

> backend> reindex table pg_class;

> And then nothing returns. Nothing stating whether it was successful or a
> failure.

The standalone mode isn't very verbose. If you got a prompt back
without any error then it's OK. Just type ^D at the prompt to exit.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Maria L. Wilson 2010-06-30 19:15:10 postgres database user account
Previous Message Nathan Robertson 2010-06-30 16:19:18 Re: cache lookup failed for index