Re: How to find an oid that's not uesd now?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: "jacktby(at)gmail(dot)com" <jacktby(at)gmail(dot)com>, pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: How to find an oid that's not uesd now?
Date: 2022-10-23 16:06:34
Message-ID: ff356601-8693-34f2-909b-8033a5b4fcae@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/23/22 09:00, jacktby(at)gmail(dot)com wrote:
>
> I'm adding a new index in pg, but I find this.
>
> Duplicate OIDs detected:
>
> Duplicate OIDs detected:
>
> 357
>
> 357
>
> found 1 duplicate OID(s) in catalog data
>
> found 1 duplicate OID(s) in catalog data
>
> what sql should I run to find one?

More information needed:

1) Postgres version?

2) What client reported that error?

3) What is the index creation statement you used?

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert Treat 2022-10-23 16:56:29 Re: Asking for existence of a GUI frame work similar to Oracle APEX for PostgreSQL
Previous Message jacktby@gmail.com 2022-10-23 16:00:56 How to find an oid that's not uesd now?