Re: How to discover what table is

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: PegoraroF10 <marcos(at)f10(dot)com(dot)br>, pgsql-general(at)postgresql(dot)org
Subject: Re: How to discover what table is
Date: 2020-03-10 14:54:16
Message-ID: 22a2bdfa-72f0-c687-f8d3-62685c3debbd@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/10/20 5:16 AM, PegoraroF10 wrote:
> Now I have the same problem with a different message.
> I´ve added a table on all schemas and did a refresh publication. when
> postgres sees a new table on publisher he goes to replicamand trucates that
> table to start copying. ok but I have 300 schemas, how can I know what
> schema that table belongs to ?

Postgres version(s)?

Are you using the built in logical replication or the pglogical plugin?

>
> On log of replica server ...
>
> Message
> cannot truncate a table referenced in a foreign key constraint
> Detail
> Table "rel_indicacao" references "cad_digitacao".
> Hint
> Truncate table "rel_indicacao" at the same time, or use TRUNCATE ...
> CASCADE.
>
>
>
>
> --
> Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html
>
>

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2020-03-10 14:58:08 Re: Streaming replication - 11.5
Previous Message sivapostgres@yahoo.com 2020-03-10 13:05:20 Re: select * from test where name like 'co_%'