Re: EMERGENCY

From: Joe Conway <mail(at)joeconway(dot)com>
To: Henrik Steffen <steffen(at)city-map(dot)de>
Cc: pg <pgsql-general(at)postgresql(dot)org>
Subject: Re: EMERGENCY
Date: 2002-07-15 17:29:04
Message-ID: 3D330660.1050300@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Henrik Steffen wrote:
> Hello Tom, anyone, please help me urgently:
>
> select * from ANY_TABLE_IN_MY_DB;
>
> ALWAYS GIVES:
>
> ERROR: cannot open pg_statistic_relid_att_index: No such file or directory
>
> this is happening in my LIVE System!! how can I repair this quickly ?
>

I tried to reindex pg_statistic_relid_att_index here and got:

test=# reindex index pg_statistic_relid_att_index;
ERROR: "pg_statistic_relid_att_index" is a system index. call REINDEX
under standalone postgres with -O -P options

You might want to try the advice in the error message. But I'm no expert
on this either, so you might want to wait for someone else more
experienced to chime in.

Good luck!

Joe

In response to

  • EMERGENCY at 2002-07-15 17:14:01 from Henrik Steffen

Browse pgsql-general by date

  From Date Subject
Next Message Henrik Steffen 2002-07-15 17:43:55 Re: EMERGENCY
Previous Message Bruce Momjian 2002-07-15 17:28:16 Re: EMERGENCY