pglogrepl icon indicating copy to clipboard operation
pglogrepl copied to clipboard

can i get snapshot with this package ?

Open seyedmo30 opened this issue 3 years ago • 2 comments

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?

seyedmo30 avatar Feb 14 '23 09:02 seyedmo30

Just FYI some details: https://stackoverflow.com/questions/75852587/how-to-use-exported-snapshot-in-postgres-replication-slot

genezhang avatar May 22 '23 03:05 genezhang