Cannot insert a duplicate key into unique index - Mailing list pgsql-novice

From
Subject Cannot insert a duplicate key into unique index
Date
Msg-id 200402190406.i1J46BP26112@panix3.panix.com
Whole thread Raw
Responses Re: Cannot insert a duplicate key into unique index  (Noel <noel.faux@med.monash.edu.au>)
Re: Cannot insert a duplicate key into unique index  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice




I'm trying to debug some problem in my database that is resulting in
an error of the form "Cannot insert a duplicate key into unique
index".  The insert statement that is producing this error does not
include a value for the pkey field in question (this field is of type
SERIAL).  I imagine that somehow the counter associated with this
field got messed up, so that it is mistakenly generating a value that
has been used already.  How can I straighten it out?

Thanks!

kj

pgsql-novice by date:

Previous
From: Christian Pöcher
Date:
Subject: Re: Big databases vs small databases
Next
From: Noel
Date:
Subject: Re: Cannot insert a duplicate key into unique index