On 12/27/24 13:20, Zhijie Hou (Fujitsu) wrote:
On Friday, December 27, 2024 7:39 PM Alexander Uvizhev wrote:
Hi,
I'm doing a logical replication using streaming replication protocol and
I'm trying to start a stream from a certain arbitrary point that's
available in WAL. However, both CREATE_R
On Friday, December 27, 2024 7:39 PM Alexander Uvizhev
wrote:
Hi,
> I'm doing a logical replication using streaming replication protocol and
> I'm trying to start a stream from a certain arbitrary point that's
> available in WAL. However, both CREATE_REPLICATION_SLOT and
> pg_create_logical_rep
Hi,
I'm doing a logical replication using streaming replication protocol and
I'm trying to start a stream from a certain arbitrary point that's
available in WAL. However, both CREATE_REPLICATION_SLOT and
pg_create_logical_replication_slot() create slot with nearly last LSN/XID.
Is it possible