pglogrepl
pglogrepl copied to clipboard
can i get snapshot with this package ?
I read many articles but I don't understand how to get data with snapshot_name
CREATE_REPLICATION_SLOT my_slot LOGICAL pgoutput(SNAPSHOT 'export') ;
Should I use consistent_point ( 0/29172F0 ) or snapshot_name ( 0000000A-00000161-1 )?
Is the path I took correct?
Just FYI some details: https://stackoverflow.com/questions/75852587/how-to-use-exported-snapshot-in-postgres-replication-slot