Source: mimeo Section: database Priority: optional Maintainer: Debian PostgreSQL Maintainers Uploaders: Christoph Berg , Build-Depends: debhelper-compat (= 13), postgresql-all , postgresql-server-dev-all, Standards-Version: 4.7.0 Rules-Requires-Root: no Homepage: https://github.com/omniti-labs/mimeo Vcs-Browser: https://salsa.debian.org/postgresql/mimeo Vcs-Git: https://salsa.debian.org/postgresql/mimeo.git Package: postgresql-17-mimeo Architecture: all Depends: postgresql-contrib-17, ${misc:Depends}, ${postgresql:Depends}, ${shlibs:Depends}, # run_refresh.py is optional Recommends: python3, Description: specialized, per-table replication between PostgreSQL instances Mimeo is a PostgreSQL extension that provides specialized, per-table replication between PostgreSQL instances. It currently provides snapshot (whole table copy), incremental (based on an incrementing timestamp or id), and DML (inserts, updates and deletes) replication methods.