Re: Logical Replication of sequences - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Re: Logical Replication of sequences
Date
Msg-id CAD21AoDQWOP-UmTyThmZU8ZFR6+KCHjSfC3jOkEZCpnUpEYyYw@mail.gmail.com
Whole thread Raw
In response to Re: Logical Replication of sequences  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: Logical Replication of sequences
List pgsql-hackers
On Mon, Aug 18, 2025 at 4:21 PM Masahiko Sawada <sawada.mshk@gmail.com> wrote:
>
> For example, if a sequence is dropped
> on the publisher, the subscriber would encounter synchronization
> failures unless the DROP SEQUENCE is properly applied.

This example is wrong. It seems DROP SEQUENCE works but we might have
problems with ALTER SEQUENCE.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Remove useless pointer advance in StatsShmemInit()
Next
From: "zengman"
Date:
Subject: Re: Re: When deleting the plpgsql function, release the CachedPlan of the function