Re: My database hurts "ERROR: duplicate key violates unique constraint" - Mailing list pgsql-general

From Tom Lane
Subject Re: My database hurts "ERROR: duplicate key violates unique constraint"
Date
Msg-id 5041.1083942668@sss.pgh.pa.us
Whole thread Raw
In response to My database hurts "ERROR: duplicate key violates unique constraint"  (Mike Hunter <mhunter@ack.Berkeley.EDU>)
List pgsql-general
Mike Hunter <mhunter@ack.Berkeley.EDU> writes:
> After a recent power failure, a program that uses a pgsql backend
> (netdisco) started to send me nastygrams.

Hmm.  Try REINDEX on the index involved.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Interpreting vacuum verbosity
Next
From: Shachar Shemesh
Date:
Subject: Re: How can I do conditional 'drop table' in Postgres