Backend died while dropping index

From: brianb-pggeneral(at)edsamail(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Backend died while dropping index
Date: 2000-06-17 22:28:39
Message-ID: 20000617222839.7347.qmail@mail01.edsamail.com.ph
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


The backend died while I was dropping an index on a table. Now I cannot
access my data! Help!

My table looks like

create table user_usage (email varchar(100),date date);

I created the index:
CREATE INDEX user_usage_email_idx on user_usage(email);

When I dropped the index, the backend died. Now whenever I try to do an
insert I get:

ERROR: mdopen: couldn't open user_usage_email_idx: No such file
ordirectory

How do I fix this? This is on 6.5.

Thanks,
Brian
--
Brian Baquiran <brianb(at)edsamail(dot)com>
http://www.baquiran.com/
AIM: bbaquiran

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Mascari 2000-06-18 01:45:46 Re: Backend died while dropping index
Previous Message Gagan 2000-06-17 19:56:56