File: README.md

package info (click to toggle)
pgcopydb 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 30,636 kB
  • sloc: ansic: 217,474; sql: 1,654; sh: 812; makefile: 365; python: 94
file content (13 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
Change Data Capture
===================

pgcopydb implements logical decoding through using the wal2json plugin:

  https://github.com/eulerto/wal2json
  
This means that changes made to the source database during the copying of
the data can be replayed to the target database.

This directory implements testing for the change data capture capabilities
of pgcopydb. Tests are using the pagila database, and a set of SQL scripts
that run some DML trafic.