Source: wal2json
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Section: database
Priority: optional
Build-Depends: debhelper (>= 9), postgresql-server-dev-all
Standards-Version: 4.1.4
Homepage: https://github.com/eulerto/wal2json
Vcs-Git: https://salsa.debian.org/postgresql/wal2json.git
Vcs-Browser: https://salsa.debian.org/postgresql/wal2json

Package: postgresql-10-wal2json
Architecture: any
Depends: postgresql-10, ${misc:Depends}, ${shlibs:Depends}
Description: wal2json is an output plugin for logical decoding. It means that
 the plugin have access to tuples produced by INSERT and UPDATE. Also,
 UPDATE/DELETE old row versions can be accessed depending on the configured
 replica identity. Changes can be consumed using the streaming protocol
 (logical replication slots) or by a special SQL API.

