软件包: postgresql-14-wal2json (2.4-2)
postgresql-14-wal2json 的相关链接
Trisquel 的资源:
下载源码包 wal2json:
维护者:
Original Maintainers:
- Debian PostgreSQL Maintainers
- Christoph Berg
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 postgresql-14-wal2json 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: postgresql-14
- The World's Most Advanced Open Source Relational Database