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

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

I am using PG version 7.4.3.2.

----- Original Message -----
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>
Sent: Saturday, August 21, 2004 8:55 AM
Subject: Re: [GENERAL] ERROR: duplicate key violates unique constraint
"pg_class_oid_index"

> "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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gaetano Mendola 2004-08-23 15:36:29 Re: Unsupported 3rd-party solutions (Was: Few questions
Previous Message Stephan Szabo 2004-08-23 15:04:28 Re: Why does =ANY(<array>) need an extra cast when used