Unverified Commit 6f4dc7da authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Implement pgcopydb stream apply. (#58)

Applying the SQL is as easy as reading the prepared SQL file one line at a
time and then sending that SQL query to the target system, though it also
requires using the Postgres Replication Progress Tracking facility to skip
previously applied transactions.

This patch does not implement cleaning the replication origin tracking on
the target system.
parent dbb7ce70
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment