Pakket: postgresql-12-wal2json (2.2-1)
Verwijzigingen voor postgresql-12-wal2json
Trisquel bronnen:
Het bronpakket wal2json downloaden:
Beheerder:
Original Maintainers:
- Debian PostgreSQL Maintainers
- Christoph Berg
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
PostgreSQL logical decoding JSON output plugin
wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has 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.
The wal2json output plugin produces a JSON object per transaction. All of the new/old tuples are available in the JSON object. Also, there are options to include properties such as transaction timestamp, schema-qualified, data types, and transaction ids.
Andere aan postgresql-12-wal2json gerelateerde pakketten
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Library: Shared libraries
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: postgresql-12
- object-relational SQL database, version 12 server