Re: How to discover what table is

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: How to discover what table is
Date: 2020-03-08 18:11:10
Message-ID: 43b445af-270e-813e-76b5-01578f635b56@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/8/20 12:26 PM, PegoraroF10 wrote:
> I have a publication/subscription replication.
> Then this week started to see this message on Log of replica server.
>
> Message is "duplicate key value violates unique constraint "pksyslookup""
> Detail is "Key (lookup_id)=(56) already exists."
>
> and on production server message is
> "logical decoding found consistent point at 5D5/5CD64ED0"
>
>
> I have 200 schemas on that database and every schema has that table, so ho
> can I discover what table is having that violation ?

Are you asking which *schema* it's in?

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message PegoraroF10 2020-03-08 19:10:48 Re: How to discover what table is
Previous Message PegoraroF10 2020-03-08 17:26:52 How to discover what table is