index problem ? (core dumped)

From: Vashenko Maxim <max(at)nino(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: index problem ? (core dumped)
Date: 2000-05-11 07:54:34
Message-ID: 391A673A.45A50F9A@nino.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

in continue to my previous message.

version: postgres 6.5.3-1

Problem was fixed:

1. all indexes of bugged table was dropped
2. all records from bugged table was selected into temp
table
3. bugged table was dropped
4. temp table was renamed to right name
5. neccessary indexes was created

------------
Max Vashenko
Nizhny Novgorod
Information Networks

Browse pgsql-bugs by date

  From Date Subject
Next Message Martin Neumann 2000-05-11 08:04:07 Number of tuples in pg_class - bug or misunderstanding?
Previous Message Vashenko Maxim 2000-05-11 07:33:33 bug in index ? (core dumped)