Re: How to know if initial sync of logical subscription is finished

From: Klaus Darilion <klaus(dot)mailinglists(at)pernau(dot)at>
To: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: How to know if initial sync of logical subscription is finished
Date: 2020-05-05 07:33:35
Message-ID: 3095a663-0903-f97a-e568-b13184b55f21@pernau.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am 26.02.2020 um 17:48 schrieb Klaus Darilion:
> Hello all!
>
> When subscribing a slave I need to know when the initial sync is
> finished. Is there some table I can query to know if the initial sync is
> finished?

No solution to this? At least the replication worker need to be aware if
it has finished the initial sync of all tables. So I wonder if this
information is somewhere exposed to the user.

Thanks
Klaus

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2020-05-05 08:15:16 Re: How to know if initial sync of logical subscription is finished
Previous Message Paul Förster 2020-05-05 07:18:05 Re: Migration from Oracle to Postgres