Re: ERROR: duplicate key violates unique constraint "pg_class_oid_index"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "borajetta" <borajetta(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: duplicate key violates unique constraint "pg_class_oid_index"
Date: 2004-08-21 15:55:33
Message-ID: 21891.1093103733@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"borajetta" <borajetta(at)hotmail(dot)com> writes:
> I tried to cluster the isbn_table

> cluster isbn_index_code on isbn_table;
> ERROR: duplicate key violates unique constraint "pg_class_oid_index"

Is this repeatable? If so, could you get a debugger stack trace from
the point of the error?

Also, exactly which PG version are you using?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Martini 2004-08-21 20:32:07 Re: libpq: passwords WAS: scripting & psql issues
Previous Message Scrappy 2004-08-21 08:57:16 Re: