Re: Duplicate key - Mailing list pgsql-admin

From Tom Lane
Subject Re: Duplicate key
Date
Msg-id 23917.1063045271@sss.pgh.pa.us
Whole thread Raw
In response to Duplicate key  ("Gaetano Mendola" <mendola@bigfoot.com>)
List pgsql-admin
"Gaetano Mendola" <mendola@bigfoot.com> writes:
> I'm running Postgres 7.3.3 on a Linux Box
> I know that seems impossible,
> that I can not replicate the bug but
> today without hardware failure, power down etc etc
> I had a duplicate primary key + a duplicate unique index
> on one table. I already had this "kind" of problem in another
> table and I solved the problem not reindexing anymore that
> table, now this table have 12 index and is eavely updated/inserted
> so I must reindex this table once in a day.

What command have you been issuing, exactly?  Also, let's see psql's \d
output for the table that's now got duplicate indexes, plus the pg_class
rows for the duplicate indexes.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Gaetano Mendola"
Date:
Subject: Duplicate key
Next
From: Geoffrey
Date:
Subject: stats on postgresql on various OSs